1
0
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:
Henric Jungheim 2016-08-07 14:25:35 -07:00 committed by James Crook
parent b3c0cbce29
commit 3b39bdeca5

View File

@ -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);
};
//