X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8d07927991caf7ee8d9e4760ad223f1ddb20ec6f..050c9e3c90c58b05d5b3f7384d1556ca9669f13e:/src/generic/splash.cpp diff --git a/src/generic/splash.cpp b/src/generic/splash.cpp index 2c0d403645..06d98a1e2d 100644 --- a/src/generic/splash.cpp +++ b/src/generic/splash.cpp @@ -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)