From 3b39bdeca519a818cc67b869ec150e669316ebe2 Mon Sep 17 00:00:00 2001 From: Henric Jungheim Date: Sun, 7 Aug 2016 14:25:35 -0700 Subject: [PATCH] EffectDialog can't have a default constructor. The base class does not have one. --- src/effects/Effect.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/effects/Effect.h b/src/effects/Effect.h index bf12dd5c3..484c9668f 100644 --- a/src/effects/Effect.h +++ b/src/effects/Effect.h @@ -18,6 +18,7 @@ #include "../MemoryX.h" #include +#include #include #include #include @@ -571,6 +572,7 @@ private: int mAdditionalButtons; DECLARE_EVENT_TABLE() + wxDECLARE_NO_COPY_CLASS(EffectDialog); }; //