]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/nativdlg/nativdlg.h
Warning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW...
[wxWidgets.git] / samples / nativdlg / nativdlg.h
index 87d1148895c7dc44f6299a36013df79737028efd..eb839430d0e6fdcac75f08073676c9023332a753 100644 (file)
@@ -17,7 +17,7 @@
 class MyApp: public wxApp
 {
   public:
-    MyApp(void) ;
+    MyApp(void){};
     bool OnInit(void);
 };