mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-28 16:20:12 +01:00
Fix build of Nyquist Workbench
This commit is contained in:
@@ -111,6 +111,10 @@ class NyqBench:public wxFrame
|
||||
|
||||
virtual bool Validate();
|
||||
|
||||
void ShowNyqBench();
|
||||
|
||||
static NyqBench *GetBench();
|
||||
|
||||
private:
|
||||
void PopulateOrExchange(ShuttleGui & S);
|
||||
|
||||
@@ -215,12 +219,6 @@ class NyqBench:public wxFrame
|
||||
DECLARE_EVENT_TABLE();
|
||||
};
|
||||
|
||||
class ModNyqBenchCommandFunctor:public CommandFunctor
|
||||
{
|
||||
public:
|
||||
virtual void operator()(int index = 0, const wxEvent *e = NULL);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
// Indentation settings for Vim and Emacs and unique identifier for Arch, a
|
||||
|
||||
Reference in New Issue
Block a user