]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/splash.h
Added some inline helpers so the dependence on wxUSE_UNICODE and
[wxWidgets.git] / include / wx / generic / splash.h
index 961deb1ade2444065e6494fc96a2057897f24232..c5820ef9241c568a7979c3ed21c3408ceaa432a4 100644 (file)
@@ -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()
 };