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
This commit is contained in:
parent
1320116514
commit
bf3c1a1962
@ -43,8 +43,12 @@ public:
|
|||||||
static wxSize GetDefaultSize();
|
static wxSize GetDefaultSize();
|
||||||
|
|
||||||
// Implementation
|
// Implementation
|
||||||
private:
|
protected:
|
||||||
|
|
||||||
virtual wxSize DoGetBestSize() const;
|
virtual wxSize DoGetBestSize() const;
|
||||||
|
|
||||||
|
private:
|
||||||
|
|
||||||
virtual wxSize GetMinSize() const;
|
virtual wxSize GetMinSize() const;
|
||||||
wxSize OldGetBestSize() const;
|
wxSize OldGetBestSize() const;
|
||||||
wxSize OldGetMinSize() const;
|
wxSize OldGetMinSize() const;
|
||||||
|
Loading…
Reference in New Issue
Block a user