]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/png/pngdemo.h
allow adjusting the combo button size (patch 1489452)
[wxWidgets.git] / samples / png / pngdemo.h
index 5653a14074a70c9403cedd6337844f16b22997d8..4376d0477dc325a81037b7506b4df68d17f69d1b 100644 (file)
@@ -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
 /////////////////////////////////////////////////////////////////////////////
 
-#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()