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/audio_mapping_view.cc | |
| parent | b1dc9c3a2f7e55c9afc5bf2d5b465371b048e14f (diff) | |
Move raw_convert into libdcp.
Diffstat (limited to 'src/wx/audio_mapping_view.cc')
| -rw-r--r-- | src/wx/audio_mapping_view.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/audio_mapping_view.cc b/src/wx/audio_mapping_view.cc index 53169ad3e..1ec9dd5b2 100644 --- a/src/wx/audio_mapping_view.cc +++ b/src/wx/audio_mapping_view.cc @@ -24,10 +24,10 @@ #include "lib/audio_mapping.h" #include "lib/util.h" -#include "lib/raw_convert.h" #include "audio_mapping_view.h" #include "wx_util.h" #include "audio_gain_dialog.h" +#include <dcp/raw_convert.h> #include <dcp/types.h> #include <wx/wx.h> #include <wx/renderer.h> @@ -45,6 +45,7 @@ using std::vector; using std::pair; using std::make_pair; using boost::shared_ptr; +using dcp::raw_convert; #define INDICATOR_SIZE 16 #define LEFT_WIDTH 48 |
