]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/nativdlg/nativdlg.h
fixing searchctrl on osx_cocoa, changing type for peer to wxSearchCtrl
[wxWidgets.git] / samples / nativdlg / nativdlg.h
index 5bc20575c2a149b56b1914b9fb906aba4fe9ccac..8e60ae0e3c0ca4f63ebe2d4850ce14212cd32317 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 licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 // Define a new application
 class MyApp: public wxApp
 {
   public:
-    MyApp(void) ;
+    MyApp(void){};
     bool OnInit(void);
 };