summaryrefslogtreecommitdiff
path: root/src/wx/screens_panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/screens_panel.h')
-rw-r--r--src/wx/screens_panel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/screens_panel.h b/src/wx/screens_panel.h
index 07f72f9a8..a9b6529df 100644
--- a/src/wx/screens_panel.h
+++ b/src/wx/screens_panel.h
@@ -22,13 +22,13 @@
#include "lib/cinema_list.h"
#include "lib/collator.h"
#include "lib/config.h"
+#include "lib/signal.h"
#include <dcp/warnings.h>
LIBDCP_DISABLE_WARNINGS
#include <wx/srchctrl.h>
#include <wx/treelist.h>
#include <wx/wx.h>
LIBDCP_ENABLE_WARNINGS
-#include <boost/signals2.hpp>
#include <list>
#include <map>
#include <set>
@@ -57,7 +57,7 @@ public:
dcp::UTCOffset best_utc_offset() const;
- boost::signals2::signal<void ()> ScreensChanged;
+ UISignal<void ()> ScreensChanged;
private:
void add_cinemas ();