summaryrefslogtreecommitdiff
path: root/src/wx/controls.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-10-26 00:25:00 +0100
committerCarl Hetherington <cth@carlh.net>2018-10-26 00:25:00 +0100
commitee2cf80b14e8e78eb46280ba30cdb2f0c10c90a0 (patch)
tree24b18a6cce10daf260bb0e075257359b48b25dc1 /src/wx/controls.h
parentfad8d13cd779a6237feed2c855a46e1a7c66e0ad (diff)
Basics of MP4 support in the player.
Diffstat (limited to 'src/wx/controls.h')
-rw-r--r--src/wx/controls.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wx/controls.h b/src/wx/controls.h
index dba981d14..6e9b684a6 100644
--- a/src/wx/controls.h
+++ b/src/wx/controls.h
@@ -79,8 +79,7 @@ private:
void started ();
void stopped ();
void film_changed ();
- void update_dcp_directory ();
- void dcp_directory_changed ();
+ void update_content_directory ();
void config_changed (int property);
typedef std::pair<boost::shared_ptr<dcp::CPL>, boost::filesystem::path> CPL;