]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/window.h
Cured last focus bug (I hope); some wxMotif mods
[wxWidgets.git] / include / wx / gtk1 / window.h
index 6d460d05302bf52ed6e1f13c160de87a07f0db35..b2d326bf5aa88e50b90145909d870927d4fcd00c 100644 (file)
@@ -152,7 +152,7 @@ public:
   virtual void GetSize( int *width, int *height ) const;
   wxSize GetSize() const { int w, h; GetSize(& w, & h); return wxSize(w, h); }
 
-  virtual void SetClientSize( int const width, int const height );
+  virtual void SetClientSize( int width, int height );
 
   virtual void GetClientSize( int *width, int *height ) const;
   wxSize GetClientSize() const { int w, h; GetClientSize(& w, & h); return wxSize(w, h); }