X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ffilm_editor.cc;h=6d60772be0f2dc805ff88ca565a3114f3f90f602;hb=a4a5a3720816f0cf43f09496dadd010bb71b560b;hp=b67c9612dbb765e4eeaa67070f1e0693712e89d3;hpb=d2bd0c628fd0616fe3b7dd02bd955b2c07ab48d5;p=dcpomatic.git diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc index b67c9612d..6d60772be 100644 --- a/src/wx/film_editor.cc +++ b/src/wx/film_editor.cc @@ -53,7 +53,7 @@ FilmEditor::FilmEditor (wxWindow* parent, FilmViewer* viewer) _main_notebook->AddPage (_dcp_panel->panel (), _("DCP"), false); JobManager::instance()->ActiveJobsChanged.connect ( - bind (&FilmEditor::active_jobs_changed, this, _1) + bind (&FilmEditor::active_jobs_changed, this, _2) ); set_film (shared_ptr ());