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