mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-20 09:31:15 +02:00
Some replacements of wxArrayString with auto
This commit is contained in:
@@ -288,7 +288,7 @@ public:
|
||||
{
|
||||
wxFileConfig::SetPath(wxT("/"));
|
||||
|
||||
wxArrayString parsed = wxCmdLineParser::ConvertStringToArgs(parms);
|
||||
auto parsed = wxCmdLineParser::ConvertStringToArgs(parms);
|
||||
|
||||
for (size_t i = 0, cnt = parsed.size(); i < cnt; i++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user