X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3c7fc996a73e9f6a83067bc28a3c5581a3fee65..dee059c469b87ac01db30fbf6dc069106b6150cc:/include/wx/gtk1/cursor.h?ds=inline diff --git a/include/wx/gtk1/cursor.h b/include/wx/gtk1/cursor.h index 71e36b2a53..eba3d24b1b 100644 --- a/include/wx/gtk1/cursor.h +++ b/include/wx/gtk1/cursor.h @@ -35,9 +35,8 @@ public: int hotSpotX=-1, int hotSpotY=-1, const char maskBits[] = NULL, const wxColour *fg = NULL, const wxColour *bg = NULL ); 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