X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6d167489bdf17d55d9bd11be834bc17277661063..7509fa8caa43a1327175dd5fa8b7caf6b647e81b:/include/wx/msw/cursor.h?ds=sidebyside diff --git a/include/wx/msw/cursor.h b/include/wx/msw/cursor.h index 4e28fcc178..9b98d72390 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 + #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);