No need for wxRTTI in wxAnimationImpl
This commit is contained in:
parent
f780f3cfef
commit
8153605cf0
2 changed files with 1 additions and 4 deletions
|
|
@ -56,9 +56,6 @@ public:
|
|||
wxAnimationType type = wxANIMATION_TYPE_ANY) = 0;
|
||||
virtual bool Load(wxInputStream& stream,
|
||||
wxAnimationType type = wxANIMATION_TYPE_ANY) = 0;
|
||||
|
||||
protected:
|
||||
wxDECLARE_ABSTRACT_CLASS(wxAnimationImpl);
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -29,10 +29,10 @@
|
|||
#include "wx/image.h"
|
||||
#include "wx/dcmemory.h"
|
||||
|
||||
// global objects
|
||||
const char wxAnimationCtrlNameStr[] = "animationctrl";
|
||||
wxAnimation wxNullAnimation;
|
||||
|
||||
wxIMPLEMENT_ABSTRACT_CLASS(wxAnimationImpl, wxObject);
|
||||
wxIMPLEMENT_DYNAMIC_CLASS(wxAnimation, wxObject);
|
||||
wxIMPLEMENT_ABSTRACT_CLASS(wxAnimationCtrlBase, wxControl);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue