summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-11-12 20:49:29 +0100
committerCarl Hetherington <cth@carlh.net>2022-11-13 00:12:26 +0100
commit2bb630e2e559641c8dc0f2dd5afa6cf0b9c34f80 (patch)
treef5727d9788dcb36e2c370ea170019c09c89ac31d
parentc37626ccfe3b6b8ef29c2122c616052d042f8016 (diff)
Cleanup: auto.
-rw-r--r--src/wx/config_dialog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/config_dialog.cc b/src/wx/config_dialog.cc
index 0f7b2660f..c3d17748c 100644
--- a/src/wx/config_dialog.cc
+++ b/src/wx/config_dialog.cc
@@ -861,7 +861,7 @@ SoundPage::setup ()
_sound = new CheckBox (_panel, _("Play sound via"));
table->Add (_sound, wxGBPosition (r, 0), wxDefaultSpan, wxALIGN_CENTER_VERTICAL);
- wxBoxSizer* s = new wxBoxSizer (wxHORIZONTAL);
+ auto s = new wxBoxSizer (wxHORIZONTAL);
_sound_output = new wxChoice (_panel, wxID_ANY);
s->Add (_sound_output, 0);
_sound_output_details = new wxStaticText (_panel, wxID_ANY, wxT(""));