diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-26 15:55:03 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-26 15:55:03 +0100 |
| commit | 4e4b758bb59cde29fcd85ed1a59a42a32536f230 (patch) | |
| tree | c6783a4f33704d8d6606af797debdb260dae5d43 /src/wx/audio_panel.h | |
| parent | 424f70766c4acc8519633dd72f0d31dd93798bfb (diff) | |
Set up audio stream description on load.
Diffstat (limited to 'src/wx/audio_panel.h')
| -rw-r--r-- | src/wx/audio_panel.h | 1 |
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; |
