Use boost::signals2; fix bugs with x-thread signalling.
[dcpomatic.git] / src / tools / dvdomatic.cc
index 4e3006c57cd74d7a7d64fbf0c34e4cddc17ba748..add0f614482d2a319359ed9399597e7a0d3f1c6f 100644 (file)
@@ -229,7 +229,7 @@ public:
                film_editor->setup_visibility ();
                film_viewer->setup_visibility ();
                
-               film_editor->FileChanged.connect (sigc::mem_fun (*this, &Frame::file_changed));
+               film_editor->FileChanged.connect (bind (&Frame::file_changed, this, _1));
                if (film) {
                        file_changed (film->directory ());
                } else {