From 2bb630e2e559641c8dc0f2dd5afa6cf0b9c34f80 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 12 Nov 2022 20:49:29 +0100 Subject: Cleanup: auto. --- src/wx/config_dialog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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("")); -- cgit v1.2.3