X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3c7fc996a73e9f6a83067bc28a3c5581a3fee65..59720690dfa73732d165642d6e9cb8330a92549b:/include/wx/gtk/cursor.h diff --git a/include/wx/gtk/cursor.h b/include/wx/gtk/cursor.h index ef1a252726..f4e0f4b71c 100644 --- a/include/wx/gtk/cursor.h +++ b/include/wx/gtk/cursor.h @@ -34,7 +34,8 @@ public: virtual ~wxCursor(); bool operator == ( const wxCursor& cursor ) const; bool operator != ( const wxCursor& cursor ) const; - bool Ok() const; + bool Ok() const { return IsOk(); } + bool IsOk() const; // implementation