X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f8855e47254a28f5141524b3aaaac03c2944e997..6df6e35a3eae74404f15f8f7c09ce19c29f47b4a:/include/wx/mgl/cursor.h diff --git a/include/wx/mgl/cursor.h b/include/wx/mgl/cursor.h index c3146e569d..9cbc07a306 100644 --- a/include/wx/mgl/cursor.h +++ b/include/wx/mgl/cursor.h @@ -32,10 +32,11 @@ public: wxCursor(const wxString& name, long flags = wxBITMAP_TYPE_CUR_RESOURCE, int hotSpotX = 0, int hotSpotY = 0); - ~wxCursor(); + 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;