]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dfb/cursor.h
correcting import/export (_adv gave linking errors)
[wxWidgets.git] / include / wx / dfb / cursor.h
index 7ebd2e81d768925edb6a78b3ac63756688369de3..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
@@ -34,8 +34,6 @@ public:
 
     bool Ok() const { return IsOk(); }
     bool IsOk() const;
-    bool operator==(const wxCursor& cursor) const;
-    bool operator!=(const wxCursor& cursor) const { return !(*this == cursor); }
 
     // implementation
     wxBitmap GetBitmap() const;