From: Włodzimierz Skiba Date: Tue, 25 Jul 2006 13:53:55 +0000 (+0000) Subject: Fix for function access shown in Tinderbox builds. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/bf3c1a19629a458c4adb72f6176a119c7f8dea90 Fix for function access shown in Tinderbox builds. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40324 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/motif/button.h b/include/wx/motif/button.h index a0034575bc..5735b60555 100644 --- a/include/wx/motif/button.h +++ b/include/wx/motif/button.h @@ -43,8 +43,12 @@ public: static wxSize GetDefaultSize(); // Implementation -private: +protected: + virtual wxSize DoGetBestSize() const; + +private: + virtual wxSize GetMinSize() const; wxSize OldGetBestSize() const; wxSize OldGetMinSize() const;