]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/frame.h
Added 'tardist' script for creating .tgz archives of wxWin; cured wxExecute
[wxWidgets.git] / include / wx / gtk / frame.h
index 0486e2670e9d480dbd18a599f124439e10db71bb..671e1b783af8ac47e49f29a4009c849bdcd3054e 100644 (file)
@@ -65,7 +65,7 @@ public:
   virtual void GetClientSize( int *width, int *height ) const;
   wxSize GetClientSize() const { int w, h; GetClientSize(& w, & h); return wxSize(w, h); }
 
-  virtual void SetClientSize( int const width, int const height );
+  virtual void SetClientSize( int width, int height );
 
   virtual void SetSize( int x, int y, int width, int height,
     int sizeFlags = wxSIZE_AUTO );