]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/png/pngdemo.h
added wxUniChar::AsUTF8() for easy conversion in UTF8 build
[wxWidgets.git] / samples / png / pngdemo.h
index 66bb8354ee3a8a9165c6f0f5c469ff2976f69140..4376d0477dc325a81037b7506b4df68d17f69d1b 100644 (file)
@@ -9,17 +9,13 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-#if defined( __GNUG__) && !defined(__APPLE__)
-#pragma interface
-#endif
-
 #include "wx/wx.h"
 
 // Define a new application
 class MyApp: public wxApp
 {
   public:
-    MyApp(void) ;
+    MyApp(void){};
     bool OnInit(void);
 };
 
@@ -46,7 +42,7 @@ class MyCanvas: public wxScrolledWindow
 {
   public:
     MyCanvas(wxWindow *parent, const wxPoint& pos, const wxSize& size);
-    ~MyCanvas(void) ;
+    ~MyCanvas(void){};
 
     void OnPaint(wxPaintEvent& event);
 DECLARE_EVENT_TABLE()