X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e27ce4e910f99ab572a609b7d560abf56440f81d..33b64e6f8b7cf372a569e61d7eee879217945043:/include/wx/gtk/frame.h diff --git a/include/wx/gtk/frame.h b/include/wx/gtk/frame.h index 0486e2670e..671e1b783a 100644 --- a/include/wx/gtk/frame.h +++ b/include/wx/gtk/frame.h @@ -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 );