X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ffilter_dialog.h;h=e76f8536bfa3c17c52c6d012bf8ea2535973be2e;hb=63ea6b6c5ee64f8ee067c2b488d004b6dfe363e0;hp=882d740cb13e7935e500be1bbd741d17cfd97b83;hpb=977b36672892b14de4ecb68e98415c64946e8a93;p=dcpomatic.git diff --git a/src/wx/filter_dialog.h b/src/wx/filter_dialog.h index 882d740cb..e76f8536b 100644 --- a/src/wx/filter_dialog.h +++ b/src/wx/filter_dialog.h @@ -22,6 +22,7 @@ */ #include +#include class Film; class FilterView; @@ -34,7 +35,7 @@ class FilterDialog : public wxDialog public: FilterDialog (wxWindow *, std::vector const &); - sigc::signal1 > ActiveChanged; + boost::signals2::signal)> ActiveChanged; private: void active_changed ();