mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-12 15:45:54 +01:00
Some replacements of wxArrayString with auto
This commit is contained in:
@@ -810,7 +810,7 @@ void DeviceToolBar::ShowComboDialog(wxChoice *combo, const wxString &title)
|
||||
}
|
||||
|
||||
#if USE_PORTMIXER
|
||||
wxArrayString inputSources = combo->GetStrings();
|
||||
auto inputSources = combo->GetStrings();
|
||||
|
||||
wxDialogWrapper dlg(nullptr, wxID_ANY, title);
|
||||
dlg.SetName(dlg.GetTitle());
|
||||
|
||||
Reference in New Issue
Block a user