1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 08:33:36 +02:00

Fix mod-nyq-bench compilation under Windows.

This commit is contained in:
James Crook
2018-04-05 18:12:34 +01:00
parent af54ac9cf6
commit 0885fda459
5 changed files with 9 additions and 7 deletions

View File

@@ -193,6 +193,7 @@ extern "C"
c->SetDefaultFlags(AudioIONotBusyFlag, AudioIONotBusyFlag);
c->AddItem(wxT("NyqBench"),
_("&Nyquist Workbench..."),
true,
findme,
static_cast<CommandFunctorPointer>(&NyqBench::ShowNyqBench));