]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/nativdlg/nativdlg.h
Avoid incompatible operand types
[wxWidgets.git] / samples / nativdlg / nativdlg.h
index 87d1148895c7dc44f6299a36013df79737028efd..8e60ae0e3c0ca4f63ebe2d4850ce14212cd32317 100644 (file)
@@ -6,18 +6,14 @@
 // Created:     04/01/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 // Define a new application
 class MyApp: public wxApp
 {
   public:
-    MyApp(void) ;
+    MyApp(void){};
     bool OnInit(void);
 };