diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-03-28 00:47:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-03-28 00:47:29 +0100 |
| commit | 6b7fbf600fab54205fcd04102a5cb36b70509aea (patch) | |
| tree | 4613c6b382df548d7bdad2e13af8d478bb0f355b /src/wx/audio_panel.h | |
| parent | f5eef86739c3702f64d0f25765480b1b73408c91 (diff) | |
Disable audio mapping control when analysing audio (#1250).
Diffstat (limited to 'src/wx/audio_panel.h')
| -rw-r--r-- | src/wx/audio_panel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/audio_panel.h b/src/wx/audio_panel.h index 5551b396d..66667e1ad 100644 --- a/src/wx/audio_panel.h +++ b/src/wx/audio_panel.h @@ -46,7 +46,7 @@ private: void mapping_changed (AudioMapping); void setup_description (); void setup_peak (); - void active_jobs_changed (boost::optional<std::string>); + void active_jobs_changed (boost::optional<std::string>, boost::optional<std::string>); void setup_sensitivity (); void reference_clicked (); |
