X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6d167489bdf17d55d9bd11be834bc17277661063..e944f70a6d8f0a56d00d575940f4fe94f49ef727:/include/wx/msw/cursor.h diff --git a/include/wx/msw/cursor.h b/include/wx/msw/cursor.h index 4e28fcc178..e3b5d0cc79 100644 --- a/include/wx/msw/cursor.h +++ b/include/wx/msw/cursor.h @@ -12,6 +12,8 @@ #ifndef _WX_CURSOR_H_ #define _WX_CURSOR_H_ +#include "wx/image.h" + #ifdef __GNUG__ #pragma interface "cursor.h" #endif @@ -55,7 +57,7 @@ public: // Copy constructors wxCursor(const wxCursor& cursor) { Ref(cursor); } - + wxCursor(const wxImage & image) ; wxCursor(const char bits[], int width, int height, int hotSpotX = -1, int hotSpotY = -1, const char maskBits[] = NULL);