diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-03 13:52:10 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-14 10:21:11 +0100 |
| commit | b0834f33e972a6e7b0d234d09e420007943a136d (patch) | |
| tree | aac5cde453a18983a7c87462e1042ecd520218a4 /src/wx/film_editor.cc | |
| parent | d2bd0c628fd0616fe3b7dd02bd955b2c07ab48d5 (diff) | |
Peak value of audio into the audio tab.
Diffstat (limited to 'src/wx/film_editor.cc')
| -rw-r--r-- | src/wx/film_editor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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<Film> ()); |
