making method properly const
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59827 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -198,7 +198,10 @@ public:
|
|||||||
bool MacIsReallyEnabled() ;
|
bool MacIsReallyEnabled() ;
|
||||||
bool MacIsReallyHilited() ;
|
bool MacIsReallyHilited() ;
|
||||||
|
|
||||||
|
#if WXWIN_COMPATIBILITY_2_8
|
||||||
bool MacIsUserPane() { return m_macIsUserPane; }
|
bool MacIsUserPane() { return m_macIsUserPane; }
|
||||||
|
#endif
|
||||||
|
bool MacIsUserPane() const { return m_macIsUserPane; }
|
||||||
|
|
||||||
virtual bool MacSetupCursor( const wxPoint& pt ) ;
|
virtual bool MacSetupCursor( const wxPoint& pt ) ;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user