diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-12 09:10:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-12 09:14:09 +0100 |
| commit | b81241ce69a689629307832f802ac4faa6ed885f (patch) | |
| tree | 307eb7b6bb562553e6e92e8939d5c89f7111e66a /src/wx/timing_panel.cc | |
| parent | 94056bf7f8fdef32da3cd78eff68d58560b4e6be (diff) | |
Move locale_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 25cf2b524..d9777834f 100644 --- a/src/wx/timing_panel.cc +++ b/src/wx/timing_panel.cc @@ -30,8 +30,8 @@ #include "lib/dcp_subtitle_content.h" #include "lib/audio_content.h" #include "lib/text_subtitle_content.h" -#include "lib/locale_convert.h" #include "lib/video_content.h" +#include <dcp/locale_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::locale_convert; TimingPanel::TimingPanel (ContentPanel* p, FilmViewer* viewer) /* horrid hack for apparent lack of context support with wxWidgets i18n code */ |
