X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/925f7740663f38ed8296ddb247754a9d62152aea..489a164c1c56855b29285230237c69514ff823e1:/include/wx/motif/cursor.h diff --git a/include/wx/motif/cursor.h b/include/wx/motif/cursor.h index 2ef7e2dbda..11366cc4df 100644 --- a/include/wx/motif/cursor.h +++ b/include/wx/motif/cursor.h @@ -37,9 +37,10 @@ public: #endif wxCursor(wxStockCursor id); - ~wxCursor(); + virtual ~wxCursor(); - virtual bool Ok() const; + virtual bool Ok() const { return IsOk(); } + virtual bool IsOk() const; bool operator == (const wxCursor& cursor) const { return m_refData == cursor.m_refData; }