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/video_waveform_plot.cc | |
| parent | 94056bf7f8fdef32da3cd78eff68d58560b4e6be (diff) | |
Move locale_convert into libdcp.
Diffstat (limited to 'src/wx/video_waveform_plot.cc')
| -rw-r--r-- | src/wx/video_waveform_plot.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/video_waveform_plot.cc b/src/wx/video_waveform_plot.cc index 096d340e8..794922bff 100644 --- a/src/wx/video_waveform_plot.cc +++ b/src/wx/video_waveform_plot.cc @@ -23,7 +23,7 @@ #include "wx_util.h" #include "lib/image.h" #include "lib/dcp_video.h" -#include "lib/locale_convert.h" +#include <dcp/locale_convert.h> #include <dcp/openjpeg_image.h> #include <wx/rawbmp.h> #include <wx/graphics.h> @@ -35,6 +35,7 @@ using std::min; using std::string; using boost::weak_ptr; using boost::shared_ptr; +using dcp::locale_convert; int const VideoWaveformPlot::_vertical_margin = 8; |
