summaryrefslogtreecommitdiff
path: root/src/wx/colour_conversion_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/colour_conversion_editor.h')
-rw-r--r--src/wx/colour_conversion_editor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/colour_conversion_editor.h b/src/wx/colour_conversion_editor.h
index de5ffb794..45256a1f8 100644
--- a/src/wx/colour_conversion_editor.h
+++ b/src/wx/colour_conversion_editor.h
@@ -23,11 +23,11 @@
#define DCPOMATIC_COLOUR_CONVERSION_EDITOR_H
+#include "lib/signal.h"
#include <dcp/warnings.h>
LIBDCP_DISABLE_WARNINGS
#include <wx/wx.h>
LIBDCP_ENABLE_WARNINGS
-#include <boost/signals2.hpp>
class ColourConversion;
@@ -43,7 +43,7 @@ public:
void set (ColourConversion);
ColourConversion get () const;
- boost::signals2::signal<void ()> Changed;
+ UISignal<void ()> Changed;
private:
void changed ();