X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b3c861501a451503b31c075ccb59d16b0ae01e99..8b56b16aca250be0f25881456350966a535095e2:/include/wx/dfb/cursor.h diff --git a/include/wx/dfb/cursor.h b/include/wx/dfb/cursor.h index 298cbe0eb0..7ebd2e81d7 100644 --- a/include/wx/dfb/cursor.h +++ b/include/wx/dfb/cursor.h @@ -32,7 +32,8 @@ public: long flags = wxBITMAP_TYPE_CUR_RESOURCE, int hotSpotX = 0, int hotSpotY = 0); - bool Ok() const; + bool Ok() const { return IsOk(); } + bool IsOk() const; bool operator==(const wxCursor& cursor) const; bool operator!=(const wxCursor& cursor) const { return !(*this == cursor); }