summaryrefslogtreecommitdiff
path: root/src/wx/kdm_cpl_panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/kdm_cpl_panel.h')
-rw-r--r--src/wx/kdm_cpl_panel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/kdm_cpl_panel.h b/src/wx/kdm_cpl_panel.h
index 91821d7a3..dd190be2b 100644
--- a/src/wx/kdm_cpl_panel.h
+++ b/src/wx/kdm_cpl_panel.h
@@ -19,6 +19,7 @@
*/
+#include "lib/signal.h"
#include "lib/types.h"
#include <dcp/warnings.h>
LIBDCP_DISABLE_WARNINGS
@@ -36,7 +37,7 @@ public:
boost::filesystem::path cpl () const;
bool has_selected () const;
- boost::signals2::signal<void ()> Changed;
+ UISignal<void ()> Changed;
private:
void update_cpl_choice ();