X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3c7fc996a73e9f6a83067bc28a3c5581a3fee65..f321ab7fb40525098cea6594ffbf2daf0186b1a3:/include/wx/motif/cursor.h diff --git a/include/wx/motif/cursor.h b/include/wx/motif/cursor.h index ed65bb52d9..e30e1f0db4 100644 --- a/include/wx/motif/cursor.h +++ b/include/wx/motif/cursor.h @@ -39,12 +39,8 @@ public: wxCursor(wxStockCursor id); virtual ~wxCursor(); - virtual bool Ok() const; - - bool operator == (const wxCursor& cursor) const - { return m_refData == cursor.m_refData; } - bool operator != (const wxCursor& cursor) const - { return m_refData != cursor.m_refData; } + virtual bool Ok() const { return IsOk(); } + virtual bool IsOk() const; // Motif-specific. // Create/get a cursor for the current display