summaryrefslogtreecommitdiff
path: root/src/wx/player_stress_tester.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/player_stress_tester.h')
-rw-r--r--src/wx/player_stress_tester.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/player_stress_tester.h b/src/wx/player_stress_tester.h
index 534cf8c76..1307fac8e 100644
--- a/src/wx/player_stress_tester.h
+++ b/src/wx/player_stress_tester.h
@@ -19,11 +19,11 @@
*/
+#include "lib/signal.h"
#include <dcp/warnings.h>
LIBDCP_DISABLE_WARNINGS
#include <wx/wx.h>
LIBDCP_ENABLE_WARNINGS
-#include <boost/signals2.hpp>
#include <boost/filesystem.hpp>
@@ -62,7 +62,7 @@ public:
_suspended = s;
}
- boost::signals2::signal<void (boost::filesystem::path)> LoadDCP;
+ UISignal<void (boost::filesystem::path)> LoadDCP;
private:
void check_commands ();