]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/cursor.h
check for wxUSE_TIMER in headers, not the files including them
[wxWidgets.git] / include / wx / mac / carbon / cursor.h
index cf62dbf40a36ffd913813e33399a7dfdb0b0eb88..0cc9a6800a7a01b61469d8b7d0ba6b1860d0db61 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        cursor.h
+// Name:        wx/mac/carbon/cursor.h
 // Purpose:     wxCursor class
 // Author:      Stefan Csomor
 // Modified by:
@@ -32,13 +32,11 @@ public:
         int hotSpotX = 0, int hotSpotY = 0);
 
   wxCursor(int cursor_type);
-  ~wxCursor();
+  virtual ~wxCursor();
 
-       bool CreateFromXpm(const char **bits) ;
-  virtual bool Ok() const ;
-
-  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; }
+  bool CreateFromXpm(const char **bits) ;
+  virtual bool Ok() const { return IsOk(); }
+  virtual bool IsOk() const ;
 
     void MacInstall() const ;