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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user