summaryrefslogtreecommitdiff
path: root/src/wx/audio_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-03-28 00:47:29 +0100
committerCarl Hetherington <cth@carlh.net>2018-03-28 00:47:29 +0100
commit6b7fbf600fab54205fcd04102a5cb36b70509aea (patch)
tree4613c6b382df548d7bdad2e13af8d478bb0f355b /src/wx/audio_panel.h
parentf5eef86739c3702f64d0f25765480b1b73408c91 (diff)
Disable audio mapping control when analysing audio (#1250).
Diffstat (limited to 'src/wx/audio_panel.h')
-rw-r--r--src/wx/audio_panel.h2
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 ();