summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-09-11 01:31:30 +0100
committerCarl Hetherington <cth@carlh.net>2018-09-11 11:58:15 +0100
commitcb82f3c177b53ce99c8443a74da316a94ae829ac (patch)
tree69c238471ef63b3d4671a5597e553ab5bd2f3a79 /src/tools/dcpomatic.cc
parentc370a1f38215f6461cf4366e6885757e7aa2b96a (diff)
Rename control_film_viewer file.
Diffstat (limited to 'src/tools/dcpomatic.cc')
-rw-r--r--src/tools/dcpomatic.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc
index d7862a803..27113eeab 100644
--- a/src/tools/dcpomatic.cc
+++ b/src/tools/dcpomatic.cc
@@ -22,7 +22,7 @@
* @brief The main DCP-o-matic GUI.
*/
-#include "wx/control_film_viewer.h"
+#include "wx/controls.h"
#include "wx/film_viewer.h"
#include "wx/film_editor.h"
#include "wx/job_manager_view.h"