X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/999e841c9e389782e3e5a473256d2da811a414f5..32f8e36335fbd7116593bf57917a9be294cae363:/include/wx/os2/cursor.h diff --git a/include/wx/os2/cursor.h b/include/wx/os2/cursor.h index e261d2cc07..688539c46d 100644 --- a/include/wx/os2/cursor.h +++ b/include/wx/os2/cursor.h @@ -39,6 +39,7 @@ public: // Copy constructors inline wxCursor(const wxCursor& cursor) { Ref(cursor); } + wxCursor(const wxImage& rImage); wxCursor(const char bits[], int width, int height, int hotSpotX = -1, int hotSpotY = -1, const char maskBits[] = NULL);