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:
Stefan Csomor
2009-03-25 09:46:08 +00:00
parent b7aadf25fa
commit 938fbc8f74

View File

@@ -198,7 +198,10 @@ public:
bool MacIsReallyEnabled() ;
bool MacIsReallyHilited() ;
#if WXWIN_COMPATIBILITY_2_8
bool MacIsUserPane() { return m_macIsUserPane; }
#endif
bool MacIsUserPane() const { return m_macIsUserPane; }
virtual bool MacSetupCursor( const wxPoint& pt ) ;