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