]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/animate/anitest.cpp
miscellaneous small enhancements
[wxWidgets.git] / samples / animate / anitest.cpp
index 73bc0173061e1a3b0123604286b7acb88e19827a..7ffc31712bb81aa4a08b38d513769acb1a89f868 100644 (file)
@@ -90,6 +90,9 @@ END_EVENT_TABLE()
 // Initialise this in OnInit, not statically
 bool MyApp::OnInit()
 {
+    if ( !wxApp::OnInit() )
+        return false;
+
     // Create the main frame window
 
     MyFrame* frame = new MyFrame((wxFrame *)NULL, wxID_ANY, _T("Animation Demo"),