X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8f884a0dccd6b642f35c441ac9bfc87a6d5b4d35..396197cb567090122f9f2e640d2910c2491a7c47:/include/wx/mac/carbon/cursor.h diff --git a/include/wx/mac/carbon/cursor.h b/include/wx/mac/carbon/cursor.h index 9e1d4e0a55..7b56e231f6 100644 --- a/include/wx/mac/carbon/cursor.h +++ b/include/wx/mac/carbon/cursor.h @@ -25,15 +25,14 @@ public: const char maskBits[] = NULL); wxCursor(const wxImage & image) ; - wxCursor(const char **bits) ; - wxCursor(char **bits) ; + wxCursor(const char* const* bits); wxCursor(const wxString& name, long flags = wxBITMAP_TYPE_MACCURSOR_RESOURCE, int hotSpotX = 0, int hotSpotY = 0); wxCursor(int cursor_type); virtual ~wxCursor(); - bool CreateFromXpm(const char **bits) ; + bool CreateFromXpm(const char* const* bits); void MacInstall() const ;