1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-11 15:15:57 +01:00

Fix Nyquist Workbench broken by r12717

This commit is contained in:
lllucius
2013-10-23 22:38:58 +00:00
parent c0c2d70a13
commit b3c2f486d2
2 changed files with 2 additions and 2 deletions

View File

@@ -218,7 +218,7 @@ class NyqBench:public wxFrame
class ModNyqBenchCommandFunctor:public CommandFunctor
{
public:
virtual void operator()(int index = 0);
virtual void operator()(int index = 0, const wxEvent *e = NULL);
};
#endif