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