1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 08:27:13 +01:00

Mac build fixes; and implement deleters for our imitation unique_ptr

This commit is contained in:
Paul Licameli
2016-04-10 14:15:51 -04:00
parent 2696da89cb
commit 59af732763
11 changed files with 299 additions and 236 deletions

View File

@@ -1819,7 +1819,7 @@ std::unique_ptr<wxCmdLineParser> AudacityApp::ParseCommandLine()
auto parser = std::make_unique<wxCmdLineParser>(argc, argv);
if (!parser)
{
return NULL;
return nullptr;
}
/*i18n-hint: This controls the number of bytes that Audacity will