]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/cursor.h
Nuke GTK1 from include/gtk
[wxWidgets.git] / include / wx / cocoa / cursor.h
index c34f16eb8dc894571e05526014e6ba25dc8fb35a..25bd5514552368c1e7e1c35c4805e80a937c5f1d 100644 (file)
@@ -57,8 +57,8 @@ public:
   virtual bool Ok() const { return m_refData ; }
 
   inline wxCursor& operator = (const wxCursor& cursor) { if (*this == cursor) return (*this); Ref(cursor); return *this; }
-  inline bool operator == (const wxCursor& cursor) { return m_refData == cursor.m_refData; }
-  inline bool operator != (const wxCursor& cursor) { return m_refData != cursor.m_refData; }
+  inline bool operator == (const wxCursor& cursor) const { return m_refData == cursor.m_refData; }
+  inline bool operator != (const wxCursor& cursor) const { return m_refData != cursor.m_refData; }
   
   inline WX_NSCursor GetNSCursor() const
   {