correct access for virtuals

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49494 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2007-10-27 18:05:28 +00:00
parent 2e0d1932aa
commit 4e7b25f056
6 changed files with 19 additions and 16 deletions

View File

@@ -56,9 +56,9 @@ public:
virtual void MacHandleControlClick( WXWidget control , wxInt16 controlpart , bool mouseStillDown ) ;
virtual wxInt32 MacControlHit( WXEVENTHANDLERREF handler , WXEVENTREF mevent ) ;
protected:
wxSize DoGetBestSize() const;
protected:
int m_pageSize;
int m_viewSize;
int m_objectSize;