X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2f6c54eb076d760cbb6fb15e899f15fbbd575850..f80419c8864c08bc97d77056bdd9be98d3bf2541:/samples/png/pngdemo.h?ds=inline diff --git a/samples/png/pngdemo.h b/samples/png/pngdemo.h index c664e1a145..4376d0477d 100644 --- a/samples/png/pngdemo.h +++ b/samples/png/pngdemo.h @@ -5,21 +5,17 @@ // Modified by: // Created: 01/02/97 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem +// Copyright: (c) Julian Smart // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ -#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()