summaryrefslogtreecommitdiff
path: root/src/wx/audio_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-11 18:04:16 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-11 18:04:16 +0000
commit1415214ff18e05e5b609aab8c4efb89e5b9e0cc0 (patch)
treea6dc41099617933a048a937fce47e0cc539135c8 /src/wx/audio_panel.h
parent329de46d6fb600c1958678ec5d09ef21532130d5 (diff)
Try to neaten things up; first wxChoice.
Diffstat (limited to 'src/wx/audio_panel.h')
-rw-r--r--src/wx/audio_panel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/audio_panel.h b/src/wx/audio_panel.h
index 110dc4efa..f1b932e7c 100644
--- a/src/wx/audio_panel.h
+++ b/src/wx/audio_panel.h
@@ -44,10 +44,10 @@ private:
void mapping_changed (AudioMapping);
void setup_stream_description ();
- ContentWidget<AudioContent, wxSpinCtrl>* _gain;
+ ContentSpinCtrl<AudioContent>* _gain;
wxButton* _gain_calculate_button;
wxButton* _show;
- ContentWidget<AudioContent, wxSpinCtrl>* _delay;
+ ContentSpinCtrl<AudioContent>* _delay;
wxChoice* _stream;
wxStaticText* _description;
AudioMappingView* _mapping;