X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/925f7740663f38ed8296ddb247754a9d62152aea..7ac21a67618fd116d17d39a936380b3689972ee3:/include/wx/motif/cursor.h?ds=sidebyside diff --git a/include/wx/motif/cursor.h b/include/wx/motif/cursor.h index 2ef7e2dbda..e30e1f0db4 100644 --- a/include/wx/motif/cursor.h +++ b/include/wx/motif/cursor.h @@ -37,14 +37,10 @@ public: #endif wxCursor(wxStockCursor id); - ~wxCursor(); + 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