X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d84d25dd9383c29745842d6916314ebaaf643b4c..af01f1ba0d697c07173f436ab661b4c833258a91:/include/wx/generic/splash.h?ds=sidebyside diff --git a/include/wx/generic/splash.h b/include/wx/generic/splash.h index 961deb1ade..c5820ef924 100644 --- a/include/wx/generic/splash.h +++ b/include/wx/generic/splash.h @@ -43,6 +43,8 @@ class WXDLLEXPORT wxSplashScreenWindow; class WXDLLEXPORT wxSplashScreen: public wxFrame { public: + // for RTTI macros obly + wxSplashScreen() {}; wxSplashScreen(const wxBitmap& bitmap, long splashStyle, int milliseconds, wxWindow* parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxSIMPLE_BORDER|wxFRAME_FLOAT_ON_PARENT); ~wxSplashScreen(); @@ -59,6 +61,7 @@ protected: int m_milliseconds; wxTimer m_timer; +DECLARE_DYNAMIC_CLASS(wxSplashScreen) DECLARE_EVENT_TABLE() };