X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3c7fc996a73e9f6a83067bc28a3c5581a3fee65..2be7beda2d186af20ce9f0cd2bc28352d890db77:/include/wx/gtk1/cursor.h?ds=sidebyside diff --git a/include/wx/gtk1/cursor.h b/include/wx/gtk1/cursor.h index 71e36b2a53..30969ed9ef 100644 --- a/include/wx/gtk1/cursor.h +++ b/include/wx/gtk1/cursor.h @@ -37,7 +37,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