summaryrefslogtreecommitdiff
path: root/src/wx/timecode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/timecode.h')
-rw-r--r--src/wx/timecode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/timecode.h b/src/wx/timecode.h
index 53cd93694..fb901a006 100644
--- a/src/wx/timecode.h
+++ b/src/wx/timecode.h
@@ -25,13 +25,13 @@
#include "wx_util.h"
#include "lib/dcpomatic_time.h"
+#include "lib/signal.h"
#include <dcp/raw_convert.h>
#include <dcp/warnings.h>
LIBDCP_DISABLE_WARNINGS
#include <wx/wx.h>
LIBDCP_ENABLE_WARNINGS
#include <fmt/format.h>
-#include <boost/signals2.hpp>
class TimecodeBase : public wxPanel
@@ -44,7 +44,7 @@ public:
void set_editable (bool);
void set_focus ();
- boost::signals2::signal<void ()> Changed;
+ UISignal<void ()> Changed;
static wxSize size (wxWindow* parent);