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:
@@ -1627,7 +1627,7 @@ bool AudacityApp::OnInit()
|
||||
{
|
||||
if (parser->Found(wxT("t")))
|
||||
{
|
||||
RunBenchmark(NULL);
|
||||
RunBenchmark( nullptr, ProjectSettings::Get( *project ) );
|
||||
QuitAudacity(true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user