]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/nativdlg/nativdlg.h
Add A0 and A1 formats to wxPaperSize enumeration.
[wxWidgets.git] / samples / nativdlg / nativdlg.h
index 5bc20575c2a149b56b1914b9fb906aba4fe9ccac..7332987d77896fba536d26192ab487f67b03dab6 100644 (file)
@@ -5,19 +5,15 @@
 // Modified by:
 // Created:     04/01/98
 // RCS-ID:      $Id$
-// Copyright:   (c) Julian Smart and Markus Holzem
-// Licence:    wxWindows license
+// Copyright:   (c) Julian Smart
+// Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 // Define a new application
 class MyApp: public wxApp
 {
   public:
-    MyApp(void) ;
+    MyApp(void){};
     bool OnInit(void);
 };