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

Eliminate GetActiveProject from WaveTrack.cpp

This commit is contained in:
Paul Licameli
2020-01-07 16:00:36 -05:00
parent 7bce0a643b
commit 852c07bc58
8 changed files with 32 additions and 27 deletions

View File

@@ -1627,7 +1627,7 @@ bool AudacityApp::OnInit()
{
if (parser->Found(wxT("t")))
{
RunBenchmark(NULL);
RunBenchmark( nullptr, ProjectSettings::Get( *project ) );
QuitAudacity(true);
}