]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/docview/docview.cpp
compilation fix for gcc<3.4
[wxWidgets.git] / samples / docview / docview.cpp
index b8d95575ac09d06cd48e6cedaffffba00b6c5944..3a2f1a5582282a3434c928b4c0cb2eadcbcb660c 100644 (file)
@@ -55,6 +55,9 @@ MyApp::MyApp(void)
 
 bool MyApp::OnInit(void)
 {
+    if ( !wxApp::OnInit() )
+        return false;
+
     //// Find out if we're:
     ////  multiple window: multiple windows, each view in a separate frame
     ////  single window:   one view (within the main frame) and one document at a time, as in Windows Write.