X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/74750ae4e632cc4857df654156afb9839ea43cfb..b9060f332453f80bc4c3c6aa6d25f322452d4f5e:/include/wx/univ/toplevel.h

diff --git a/include/wx/univ/toplevel.h b/include/wx/univ/toplevel.h
index 8b451f6ba1..3ab4c58d32 100644
--- a/include/wx/univ/toplevel.h
+++ b/include/wx/univ/toplevel.h
@@ -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); }