Cleanup: use new CheckBox::bind().
[dcpomatic.git] / src / wx / job_view.cc
index 5a6484f0a3a237e7b62b106efed24df9d1dcf6d0..8dbe8765210de29e34f3ed9aa98274ba513e95ed 100644 (file)
@@ -87,7 +87,7 @@ JobView::setup ()
        _controls = new wxBoxSizer (wxVERTICAL);
        _controls->Add (_buttons);
        _notify = new CheckBox (_container, _("Notify when complete"));
-       _notify->Bind (wxEVT_CHECKBOX, bind (&JobView::notify_clicked, this));
+       _notify->bind(&JobView::notify_clicked, this);
        _notify->SetValue (Config::instance()->default_notify());
        _controls->Add (_notify, 0, wxTOP, DCPOMATIC_BUTTON_STACK_GAP);