diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-10-26 00:25:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-10-26 00:25:00 +0100 |
| commit | ee2cf80b14e8e78eb46280ba30cdb2f0c10c90a0 (patch) | |
| tree | 24b18a6cce10daf260bb0e075257359b48b25dc1 /src/wx/controls.h | |
| parent | fad8d13cd779a6237feed2c855a46e1a7c66e0ad (diff) | |
Basics of MP4 support in the player.
Diffstat (limited to 'src/wx/controls.h')
| -rw-r--r-- | src/wx/controls.h | 3 |
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; |
