]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dfb/cursor.h
The dataview sample compiles now, but doesn't work yet...
[wxWidgets.git] / include / wx / dfb / cursor.h
index 298cbe0eb0395554218ef74c92ef22f82a4a7e11..03efa522fae25a619c862c9e603eae496fd90793 100644 (file)
@@ -32,9 +32,8 @@ public:
              long flags = wxBITMAP_TYPE_CUR_RESOURCE,
              int hotSpotX = 0, int hotSpotY = 0);
 
-    bool Ok() const;
-    bool operator==(const wxCursor& cursor) const;
-    bool operator!=(const wxCursor& cursor) const { return !(*this == cursor); }
+    bool Ok() const { return IsOk(); }
+    bool IsOk() const;
 
     // implementation
     wxBitmap GetBitmap() const;