]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/artprov/arttest.cpp
fix a macroscopic error which made Doxygen generate invalid XML
[wxWidgets.git] / samples / artprov / arttest.cpp
index 9a69a2535f0a2c70bc5a05de90afe51f4262aed6..45c5d1f45f5bff99d78e7cd7fbe9026d5d9a23ca 100644 (file)
@@ -96,6 +96,9 @@ IMPLEMENT_APP(MyApp)
 // 'Main program' equivalent: the program execution "starts" here
 bool MyApp::OnInit()
 {
+    if ( !wxApp::OnInit() )
+        return false;
+
     // create the main application window
     MyFrame *frame = new MyFrame(_T("wxArtProvider sample"),
                                  wxPoint(50, 50), wxSize(450, 340));