diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-11 11:07:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-12 09:14:05 +0100 |
| commit | 73654117144c6de0ec4efe39ddc88485df546cc9 (patch) | |
| tree | 4402a65c2988ba6e678c4cf51f6e2d48cad424e5 /src/wx/timing_panel.cc | |
| parent | b1dc9c3a2f7e55c9afc5bf2d5b465371b048e14f (diff) | |
Move raw_convert into libdcp.
Diffstat (limited to 'src/wx/timing_panel.cc')
| -rw-r--r-- | src/wx/timing_panel.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/timing_panel.cc b/src/wx/timing_panel.cc index 01494f17b..f4de55028 100644 --- a/src/wx/timing_panel.cc +++ b/src/wx/timing_panel.cc @@ -26,12 +26,12 @@ #include "move_to_dialog.h" #include "lib/content.h" #include "lib/image_content.h" -#include "lib/raw_convert.h" #include "lib/subtitle_content.h" #include "lib/dcp_subtitle_content.h" #include "lib/audio_content.h" #include "lib/text_subtitle_content.h" #include "lib/video_content.h" +#include <dcp/raw_convert.h> #include <boost/foreach.hpp> #include <set> #include <iostream> @@ -42,6 +42,7 @@ using std::set; using boost::shared_ptr; using boost::dynamic_pointer_cast; using boost::optional; +using dcp::raw_convert; TimingPanel::TimingPanel (ContentPanel* p, FilmViewer* viewer) /* horrid hack for apparent lack of context support with wxWidgets i18n code */ |
