From bf3c1a19629a458c4adb72f6176a119c7f8dea90 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Tue, 25 Jul 2006 13:53:55 +0000 Subject: [PATCH] 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 --- include/wx/motif/button.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; -- 2.45.2