mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 08:09:32 +02:00
Fix build of mod-nyq-bench
This commit is contained in:
parent
16ab48079b
commit
1eb293b7b3
@ -193,12 +193,12 @@ extern "C"
|
||||
|
||||
c->SetCurrentMenu(pMenu);
|
||||
c->AddSeparator();
|
||||
c->SetDefaultFlags(AudioIONotBusyFlag, AudioIONotBusyFlag);
|
||||
c->AddItem(wxT("NyqBench"),
|
||||
_("&Nyquist Workbench..."),
|
||||
true,
|
||||
findme,
|
||||
static_cast<CommandFunctorPointer>(&NyqBench::ShowNyqBench));
|
||||
static_cast<CommandFunctorPointer>(&NyqBench::ShowNyqBench),
|
||||
AudioIONotBusyFlag);
|
||||
|
||||
c->ClearCurrentMenu();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user