X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/552796e07e1f40137c7ef97923fdf90860cc034e..489a164c1c56855b29285230237c69514ff823e1:/include/wx/xpmdecod.h diff --git a/include/wx/xpmdecod.h b/include/wx/xpmdecod.h index bf75164ac3..96cdab7732 100644 --- a/include/wx/xpmdecod.h +++ b/include/wx/xpmdecod.h @@ -35,7 +35,7 @@ public: wxImage ReadFile(wxInputStream& stream); #endif // Read directly from XPM data (as passed to wxBitmap ctor): - wxImage ReadData(const char **xpm_data); + wxImage ReadData(const char* const* xpm_data); }; #endif // wxUSE_IMAGE && wxUSE_XPM