]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/frame.h
fixing -fvisibility-inlines-hidden problem (IsOk function didn't get exported)
[wxWidgets.git] / include / wx / univ / frame.h
index 1335647d82422782f8637e0bfccd4b9dd179f6c6..d53d940e1be8d5e60c4d06583f70c0834857d577 100644 (file)
@@ -56,8 +56,7 @@ public:
                                      const wxString& name = wxToolBarNameStr);
 #endif // wxUSE_TOOLBAR
 
-    virtual int GetMinWidth() const;
-    virtual int GetMinHeight() const;
+    virtual wxSize GetMinSize() const;
 
     // sends wxSizeEvent to itself (used after attaching xxxBar)
     virtual void SendSizeEvent();