]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/nativdlg/nativdlg.h
decode URIs in wxFileDataObject::SetData(); fixes problem with filenames with spaces...
[wxWidgets.git] / samples / nativdlg / nativdlg.h
index f82f2e1b4b8e0932d2d4a9021f4a7ee0deae0784..eb839430d0e6fdcac75f08073676c9023332a753 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     04/01/98
 // RCS-ID:      $Id$
-// Copyright:   (c) Julian Smart and Markus Holzem
+// Copyright:   (c) Julian Smart
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
@@ -17,7 +17,7 @@
 class MyApp: public wxApp
 {
   public:
-    MyApp(void) ;
+    MyApp(void){};
     bool OnInit(void);
 };