long flags = wxBITMAP_TYPE_CUR_RESOURCE,
int hotSpotX = 0, int hotSpotY = 0);
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;