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 | |
| parent | c370a1f38215f6461cf4366e6885757e7aa2b96a (diff) | |
Rename control_film_viewer file.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/dcpomatic.cc | 2 | ||||
| -rw-r--r-- | src/tools/dcpomatic_player.cc | 2 |
2 files changed, 2 insertions, 2 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" diff --git a/src/tools/dcpomatic_player.cc b/src/tools/dcpomatic_player.cc index a8895e8e8..d8c3c59fe 100644 --- a/src/tools/dcpomatic_player.cc +++ b/src/tools/dcpomatic_player.cc @@ -28,7 +28,7 @@ #include "wx/update_dialog.h" #include "wx/player_config_dialog.h" #include "wx/verify_dcp_dialog.h" -#include "wx/control_film_viewer.h" +#include "wx/controls.h" #include "lib/cross.h" #include "lib/config.h" #include "lib/util.h" |
