]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/erase/erase.cpp
update setup for OpenVMS
[wxWidgets.git] / samples / erase / erase.cpp
index 87070e96fcee99db266812e947be69689e701fd0..94dd570ec49a50f0f76025118c2e69bab97ef71b 100644 (file)
@@ -117,6 +117,9 @@ IMPLEMENT_APP(MyApp)
 
 bool MyApp::OnInit()
 {
+    if ( !wxApp::OnInit() )
+        return false;
+
     MyFrame *frame = new MyFrame;
 
     frame->Show(true);