X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f8855e47254a28f5141524b3aaaac03c2944e997..333e57d578e9e0fb6555452b5a53698ffd85ee69:/include/wx/mgl/cursor.h diff --git a/include/wx/mgl/cursor.h b/include/wx/mgl/cursor.h index c3146e569d..1b3f118b3f 100644 --- a/include/wx/mgl/cursor.h +++ b/include/wx/mgl/cursor.h @@ -32,10 +32,9 @@ public: wxCursor(const wxString& name, long flags = wxBITMAP_TYPE_CUR_RESOURCE, int hotSpotX = 0, int hotSpotY = 0); - ~wxCursor(); - bool operator == (const wxCursor& cursor) const; - bool operator != (const wxCursor& cursor) const; - bool Ok() const; + virtual ~wxCursor(); + bool Ok() const { return IsOk(); } + bool IsOk() const; // implementation MGLCursor *GetMGLCursor() const;