]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/splash.cpp
show correctly the initially selected colour and update the sliders (patch 484415)
[wxWidgets.git] / src / generic / splash.cpp
index 2c0d403645b3919a923c816933797fd25b877049..06d98a1e2d11b260a5da31d53d6560f82f5f3448 100644 (file)
@@ -34,6 +34,8 @@
 
 #define wxSPLASH_TIMER_ID 9999
 
+IMPLEMENT_DYNAMIC_CLASS(wxSplashScreen, wxFrame);
+
 BEGIN_EVENT_TABLE(wxSplashScreen, wxFrame)
     EVT_TIMER(wxSPLASH_TIMER_ID, wxSplashScreen::OnNotify)
     EVT_CLOSE(wxSplashScreen::OnCloseWindow)