]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/toplevel.h
a better compilation fix
[wxWidgets.git] / include / wx / univ / toplevel.h
index 8b451f6ba1276bda41a2875cda73ef069aba0087..3ab4c58d322914ae6e6e1ade85b6aacc3c03a8c8 100644 (file)
@@ -152,8 +152,7 @@ public:
     // move/resize the frame interactively, i.e. let the user do it
     virtual void InteractiveMove(int flags = wxINTERACTIVE_MOVE);
 
-    virtual int GetMinWidth() const;
-    virtual int GetMinHeight() const;
+    virtual wxSize GetMinSize() const;
 
     virtual wxWindow *GetInputWindow() const { return wx_const_cast(wxTopLevelWindow*, this); }