mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-19 09:01:15 +02:00
Some replacements of wxArrayString with auto
This commit is contained in:
@@ -824,7 +824,7 @@ void AddEffectMenuItemGroup(
|
||||
MenuTable::BaseItemPtrs PopulateMacrosMenu( CommandFlag flags )
|
||||
{
|
||||
MenuTable::BaseItemPtrs result;
|
||||
wxArrayString names = MacroCommands::GetNames();
|
||||
auto names = MacroCommands::GetNames();
|
||||
int i;
|
||||
|
||||
for (i = 0; i < (int)names.size(); i++) {
|
||||
|
Reference in New Issue
Block a user