]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/memcheck/memcheck.cpp
latex include not properly working for links and titlepage
[wxWidgets.git] / samples / memcheck / memcheck.cpp
index dda928f78416aea9c36e6f4d2fe42d09980e1ac6..82cbc1e0c4d825bff438b164d989189bfd79d33f 100644 (file)
@@ -9,11 +9,6 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#pragma implementation
-#pragma interface
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -61,6 +56,9 @@ IMPLEMENT_APP(MyApp)
 // `Main program' equivalent, creating windows and returning main app frame
 bool MyApp::OnInit(void)
 {
+  if ( !wxApp::OnInit() )
+         return false;
+
   // Create the main frame window
   MyFrame *frame = new MyFrame((wxFrame *) NULL);