Use wxDECLARE_NO_COPY_CLASS in the Impl classes
This commit is contained in:
@@ -59,6 +59,7 @@ public:
|
|||||||
static void CleanUpHandlers();
|
static void CleanUpHandlers();
|
||||||
static void InitStandardHandlers();
|
static void InitStandardHandlers();
|
||||||
|
|
||||||
|
wxDECLARE_NO_COPY_CLASS(wxAnimationGenericImpl);
|
||||||
wxDECLARE_DYNAMIC_CLASS(wxAnimationGenericImpl);
|
wxDECLARE_DYNAMIC_CLASS(wxAnimationGenericImpl);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -65,6 +65,7 @@ private:
|
|||||||
void UnRef();
|
void UnRef();
|
||||||
|
|
||||||
typedef wxAnimationImpl base_type;
|
typedef wxAnimationImpl base_type;
|
||||||
|
wxDECLARE_NO_COPY_CLASS(wxAnimationGTKImpl);
|
||||||
wxDECLARE_DYNAMIC_CLASS(wxAnimationGTKImpl);
|
wxDECLARE_DYNAMIC_CLASS(wxAnimationGTKImpl);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user