summaryrefslogtreecommitdiff
path: root/src/wx/audio_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-26 15:55:03 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-26 15:55:03 +0100
commit4e4b758bb59cde29fcd85ed1a59a42a32536f230 (patch)
treec6783a4f33704d8d6606af797debdb260dae5d43 /src/wx/audio_panel.h
parent424f70766c4acc8519633dd72f0d31dd93798bfb (diff)
Set up audio stream description on load.
Diffstat (limited to 'src/wx/audio_panel.h')
-rw-r--r--src/wx/audio_panel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/audio_panel.h b/src/wx/audio_panel.h
index fb2d92966..9c0d2a877 100644
--- a/src/wx/audio_panel.h
+++ b/src/wx/audio_panel.h
@@ -41,6 +41,7 @@ private:
void delay_changed ();
void stream_changed ();
void mapping_changed (AudioMapping);
+ void setup_stream_description ();
wxSpinCtrl* _gain;
wxButton* _gain_calculate_button;