summaryrefslogtreecommitdiff
path: root/src/wx/film_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/film_editor.h')
-rw-r--r--src/wx/film_editor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h
index 28afe7ff0..f6e180979 100644
--- a/src/wx/film_editor.h
+++ b/src/wx/film_editor.h
@@ -25,6 +25,7 @@
#include <wx/spinctrl.h>
#include <wx/filepicker.h>
#include <wx/collpane.h>
+#include <boost/signals2.hpp>
#include "lib/trim_action.h"
#include "lib/film.h"
@@ -41,7 +42,7 @@ public:
void set_film (Film *);
void setup_visibility ();
- sigc::signal1<void, std::string> FileChanged;
+ boost::signals2::signal<void (std::string)> FileChanged;
private:
/* Handle changes to the view */