diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-11 01:31:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-11 11:58:15 +0100 |
| commit | cb82f3c177b53ce99c8443a74da316a94ae829ac (patch) | |
| tree | 69c238471ef63b3d4671a5597e553ab5bd2f3a79 /src/tools/dcpomatic.cc | |
| parent | c370a1f38215f6461cf4366e6885757e7aa2b96a (diff) | |
Rename control_film_viewer file.
Diffstat (limited to 'src/tools/dcpomatic.cc')
| -rw-r--r-- | src/tools/dcpomatic.cc | 2 |
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" |
