X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6d167489bdf17d55d9bd11be834bc17277661063..986ecc861c52842f25151543587000176cc5244d:/include/wx/msw/cursor.h diff --git a/include/wx/msw/cursor.h b/include/wx/msw/cursor.h index 4e28fcc178..8b1c63a172 100644 --- a/include/wx/msw/cursor.h +++ b/include/wx/msw/cursor.h @@ -34,6 +34,8 @@ #define wxCursorBase wxGDIImage #endif +class WXDLLEXPORT wxImage; + class WXDLLEXPORT wxCursorRefData : public wxCursorRefDataBase { public: @@ -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);