]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/splash.cpp
using new API (no visual difference)
[wxWidgets.git] / src / generic / splash.cpp
index 75c2601ef1971885a2283885664923afee3e3685..e17b168167e0d6dfde786bfed121e1bc80c611cc 100644 (file)
@@ -36,7 +36,7 @@
 
 #define wxSPLASH_TIMER_ID 9999
 
-IMPLEMENT_DYNAMIC_CLASS(wxSplashScreen, wxFrame);
+IMPLEMENT_DYNAMIC_CLASS(wxSplashScreen, wxFrame)
 
 BEGIN_EVENT_TABLE(wxSplashScreen, wxFrame)
     EVT_TIMER(wxSPLASH_TIMER_ID, wxSplashScreen::OnNotify)