X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b3c861501a451503b31c075ccb59d16b0ae01e99..5debbdcf7b6c6e493aa5c475fd2744a22b2bf4f9:/include/wx/dfb/cursor.h diff --git a/include/wx/dfb/cursor.h b/include/wx/dfb/cursor.h index 298cbe0eb0..03efa522fa 100644 --- a/include/wx/dfb/cursor.h +++ b/include/wx/dfb/cursor.h @@ -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;