X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b3c861501a451503b31c075ccb59d16b0ae01e99..3ac1094bead05e30462122d00e4859725d2ea59f:/include/wx/dfb/cursor.h?ds=sidebyside diff --git a/include/wx/dfb/cursor.h b/include/wx/dfb/cursor.h index 298cbe0eb0..a56b1f1afe 100644 --- a/include/wx/dfb/cursor.h +++ b/include/wx/dfb/cursor.h @@ -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;