X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3c7fc996a73e9f6a83067bc28a3c5581a3fee65..664f15dc8e8ab0f25199e45569fed7af23bdf844:/include/wx/mgl/cursor.h diff --git a/include/wx/mgl/cursor.h b/include/wx/mgl/cursor.h index 5a0c378bac..9cbc07a306 100644 --- a/include/wx/mgl/cursor.h +++ b/include/wx/mgl/cursor.h @@ -35,7 +35,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 MGLCursor *GetMGLCursor() const;