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:
parent
05de90d4a7
commit
a52f7f5313
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user