#include "wx/object.h"
#include "wx/gdicmn.h"
-class WXDLLIMPEXP_CORE wxBitmap;
+class WXDLLIMPEXP_FWD_CORE wxBitmap;
//-----------------------------------------------------------------------------
// wxCursor
long flags = wxBITMAP_TYPE_CUR_RESOURCE,
int hotSpotX = 0, int hotSpotY = 0);
- bool Ok() const;
- bool operator==(const wxCursor& cursor) const;
- bool operator!=(const wxCursor& cursor) const { return !(*this == cursor); }
+ bool Ok() const { return IsOk(); }
+ bool IsOk() const;
// implementation
wxBitmap GetBitmap() const;