]> git.saurik.com Git - wxWidgets.git/commitdiff
making method properly const
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 25 Mar 2009 09:46:08 +0000 (09:46 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 25 Mar 2009 09:46:08 +0000 (09:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59827 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/osx/window.h

index d5693becf3a2cdadbc1bc4bc9f1dfc9bc13896ed..4152f18329cdf31de038873ddbcee8bbbc2614f6 100644 (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 ) ;