diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-04-16 23:10:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-04-16 23:10:28 +0100 |
| commit | 769c71b5c3e050ccfc1c13771d24328fbf76a495 (patch) | |
| tree | f75d5c5c953884395b2e59358e2c7faff5d5ba4b /src/wx/colour_conversion_editor.cc | |
| parent | 91bd51ff82e99113860570b519459303802bd98f (diff) | |
Add our own raw_convert that uses SafeStringStream.
Diffstat (limited to 'src/wx/colour_conversion_editor.cc')
| -rw-r--r-- | src/wx/colour_conversion_editor.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wx/colour_conversion_editor.cc b/src/wx/colour_conversion_editor.cc index 4658716c6..3ea144e1d 100644 --- a/src/wx/colour_conversion_editor.cc +++ b/src/wx/colour_conversion_editor.cc @@ -19,11 +19,11 @@ #include "lib/colour_conversion.h" #include "lib/safe_stringstream.h" +#include "lib/raw_convert.h" #include "wx_util.h" #include "colour_conversion_editor.h" #include <dcp/gamma_transfer_function.h> #include <dcp/modified_gamma_transfer_function.h> -#include <dcp/raw_convert.h> #include <wx/spinctrl.h> #include <wx/gbsizer.h> #include <boost/lexical_cast.hpp> @@ -33,7 +33,6 @@ using std::cout; using boost::shared_ptr; using boost::dynamic_pointer_cast; using boost::lexical_cast; -using dcp::raw_convert; ColourConversionEditor::ColourConversionEditor (wxWindow* parent) : wxPanel (parent, wxID_ANY) |
