X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6aa89a22b8e47000c98bff05c6f545f331f1c353..1fc10687bf85c1d2ccce2c43c8300a4b0a0edbce:/samples/png/pngdemo.h diff --git a/samples/png/pngdemo.h b/samples/png/pngdemo.h index 66bb8354ee..4376d0477d 100644 --- a/samples/png/pngdemo.h +++ b/samples/png/pngdemo.h @@ -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()