X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/37f214d588b02079a3ddf64c2e46585ca1657c1b..bc55104d9ab0b0b835644f17a152b4fbbfa8c7b9:/include/wx/os2/cursor.h?ds=sidebyside diff --git a/include/wx/os2/cursor.h b/include/wx/os2/cursor.h index 7bf944fcc1..688539c46d 100644 --- a/include/wx/os2/cursor.h +++ b/include/wx/os2/cursor.h @@ -23,7 +23,6 @@ public: ~wxCursorRefData(); protected: - WXHCURSOR m_hCursor; bool m_destroyCursor; }; @@ -40,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);