]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dfb/cursor.h
Regenerated makefiles
[wxWidgets.git] / include / wx / dfb / cursor.h
index 298cbe0eb0395554218ef74c92ef22f82a4a7e11..a56b1f1afe8aab3ba6b3db506f3ec9a779d30adc 100644 (file)
@@ -14,7 +14,7 @@
 #include "wx/object.h"
 #include "wx/gdicmn.h"
 
-class WXDLLIMPEXP_CORE wxBitmap;
+class WXDLLIMPEXP_FWD_CORE wxBitmap;
 
 //-----------------------------------------------------------------------------
 // wxCursor
@@ -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;