summaryrefslogtreecommitdiff
path: root/src/wx/time_picker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/time_picker.h')
-rw-r--r--src/wx/time_picker.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/time_picker.h b/src/wx/time_picker.h
index 50177afd3..58b3cea05 100644
--- a/src/wx/time_picker.h
+++ b/src/wx/time_picker.h
@@ -19,6 +19,7 @@
*/
+#include "lib/signal.h"
#include <dcp/warnings.h>
LIBDCP_DISABLE_WARNINGS
#include <wx/wx.h>
@@ -36,7 +37,7 @@ public:
virtual int hours () const = 0;
virtual int minutes () const = 0;
- boost::signals2::signal<void ()> Changed;
+ UISignal<void ()> Changed;
};