X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/462167a9f7f9bace458054445806dd30c1ba2079..a7689c49fe02c0c065facf736ab28b19f5997b7c:/include/wx/gtk/animate.h?ds=inline diff --git a/include/wx/gtk/animate.h b/include/wx/gtk/animate.h index 8a568a7057..20ff1d4edd 100644 --- a/include/wx/gtk/animate.h +++ b/include/wx/gtk/animate.h @@ -95,8 +95,6 @@ public: Create(parent, id, anim, pos, size, style, name); } - void Init(); - bool Create(wxWindow *parent, wxWindowID id, const wxAnimation& anim = wxNullAnimation, const wxPoint& pos = wxDefaultPosition, @@ -146,6 +144,9 @@ protected: // internal vars private: typedef wxAnimationCtrlBase base_type; + + void Init(); + DECLARE_DYNAMIC_CLASS(wxAnimationCtrl) DECLARE_EVENT_TABLE() };