]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/nativdlg/nativdlg.cpp
adding missing header for non-precomp build
[wxWidgets.git] / samples / nativdlg / nativdlg.cpp
index 16e810f7856b1223e52422b2037a06ce0e2ba2b0..dce90cc97da7913461841bc6573733aaf70223be 100644 (file)
@@ -32,6 +32,9 @@ IMPLEMENT_APP(MyApp)
 
 bool MyApp::OnInit(void)
 {
+  if ( !wxApp::OnInit() )
+    return false;
+
   // Create the main frame window
   MyFrame   *frame = new MyFrame(NULL, wxID_ANY, _T("wxWidgets Native Dialog Sample"), wxPoint(0, 0), wxSize(300, 250));