X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3c7fc996a73e9f6a83067bc28a3c5581a3fee65..2bf8f4c0d57be03ee27a0f84d041ebcb99202497:/include/wx/mac/carbon/cursor.h diff --git a/include/wx/mac/carbon/cursor.h b/include/wx/mac/carbon/cursor.h index 33d8ef8cf5..0cc9a6800a 100644 --- a/include/wx/mac/carbon/cursor.h +++ b/include/wx/mac/carbon/cursor.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: cursor.h +// Name: wx/mac/carbon/cursor.h // Purpose: wxCursor class // Author: Stefan Csomor // Modified by: @@ -34,11 +34,9 @@ public: wxCursor(int cursor_type); virtual ~wxCursor(); - bool CreateFromXpm(const char **bits) ; - virtual bool Ok() const ; - - inline bool operator == (const wxCursor& cursor) const { return m_refData == cursor.m_refData; } - inline bool operator != (const wxCursor& cursor) const { return m_refData != cursor.m_refData; } + bool CreateFromXpm(const char **bits) ; + virtual bool Ok() const { return IsOk(); } + virtual bool IsOk() const ; void MacInstall() const ;