X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ffilter_dialog.cc;h=f9ba06eae9b752ff7e98855ed6e55e907b4617f2;hb=c7044a1b444c2e5e7659bf5d34ed5ac73f5a6271;hp=c4317bac1cd871805374a690658c5f2062bcf954;hpb=82b08e910e07bb571b11368124d49dc3d73e33ca;p=dcpomatic.git diff --git a/src/wx/filter_dialog.cc b/src/wx/filter_dialog.cc index c4317bac1..f9ba06eae 100644 --- a/src/wx/filter_dialog.cc +++ b/src/wx/filter_dialog.cc @@ -67,7 +67,7 @@ FilterDialog::FilterDialog (wxWindow* parent, vector const & act bool const a = find (active.begin(), active.end(), j) != active.end(); b->SetValue (a); _filters[j] = b; - b->Bind (wxEVT_CHECKBOX, boost::bind(&FilterDialog::filter_toggled, this)); + b->bind(&FilterDialog::filter_toggled, this); sizer->Add (b); }