mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-24 14:20:19 +01:00
Fix Nyquist Workbench broken by r12717
This commit is contained in:
@@ -562,7 +562,7 @@ void NyqRedirector::AppendText()
|
||||
// Connects Audacity menu item to an action in this dll.
|
||||
// Only one action implemented so far.
|
||||
//----------------------------------------------------------------------------
|
||||
void ModNyqBenchCommandFunctor::operator()(int index)
|
||||
void ModNyqBenchCommandFunctor::operator()(int index, const wxEvent *e)
|
||||
{
|
||||
if (gBench) {
|
||||
gBench->Show();
|
||||
|
||||
@@ -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