1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 08:09:32 +02:00

Fix build of Nyquist workbench

This commit is contained in:
Paul Licameli 2018-02-24 16:57:06 -05:00
parent 05de90d4a7
commit a52f7f5313

View File

@ -31,6 +31,7 @@
#include "effects/EffectManager.h"
#include "effects/nyquist/Nyquist.h"
#include "../images/AudacityLogo.xpm"
#include "../../src/commands/CommandContext.h"
#include "widgets/ErrorDialog.h"
#include "NyqBench.h"
@ -1398,7 +1399,7 @@ void NyqBench::OnGo(wxCommandEvent & e)
mRunning = true;
UpdateWindowUI();
p->DoEffect(ID, 0);
p->DoEffect(ID, CommandContext(*p), 0);
mRunning = false;
UpdateWindowUI();