mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-08 14:13:57 +01:00
EffectDialog can't have a default constructor.
The base class does not have one.
This commit is contained in:
committed by
James Crook
parent
b3c0cbce29
commit
3b39bdeca5
@@ -18,6 +18,7 @@
|
|||||||
|
|
||||||
#include "../MemoryX.h"
|
#include "../MemoryX.h"
|
||||||
#include <wx/bmpbuttn.h>
|
#include <wx/bmpbuttn.h>
|
||||||
|
#include <wx/defs.h>
|
||||||
#include <wx/dynarray.h>
|
#include <wx/dynarray.h>
|
||||||
#include <wx/intl.h>
|
#include <wx/intl.h>
|
||||||
#include <wx/string.h>
|
#include <wx/string.h>
|
||||||
@@ -571,6 +572,7 @@ private:
|
|||||||
int mAdditionalButtons;
|
int mAdditionalButtons;
|
||||||
|
|
||||||
DECLARE_EVENT_TABLE()
|
DECLARE_EVENT_TABLE()
|
||||||
|
wxDECLARE_NO_COPY_CLASS(EffectDialog);
|
||||||
};
|
};
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user