X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3c7fc996a73e9f6a83067bc28a3c5581a3fee65..ce4b7808ca940be201422a066de141ca12f13863:/include/wx/motif/cursor.h diff --git a/include/wx/motif/cursor.h b/include/wx/motif/cursor.h index ed65bb52d9..11366cc4df 100644 --- a/include/wx/motif/cursor.h +++ b/include/wx/motif/cursor.h @@ -39,7 +39,8 @@ public: wxCursor(wxStockCursor id); 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; }