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/image_sequence_dialog.cc | |
| parent | 94056bf7f8fdef32da3cd78eff68d58560b4e6be (diff) | |
Move locale_convert into libdcp.
Diffstat (limited to 'src/wx/image_sequence_dialog.cc')
| -rw-r--r-- | src/wx/image_sequence_dialog.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wx/image_sequence_dialog.cc b/src/wx/image_sequence_dialog.cc index a207338a1..0484b900e 100644 --- a/src/wx/image_sequence_dialog.cc +++ b/src/wx/image_sequence_dialog.cc @@ -20,7 +20,9 @@ #include "wx_util.h" #include "image_sequence_dialog.h" -#include "lib/locale_convert.h" +#include <dcp/locale_convert.h> + +using dcp::locale_convert; ImageSequenceDialog::ImageSequenceDialog (wxWindow* parent) : TableDialog (parent, _("Add image sequence"), 2, 1, true) |
