]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xpmdecod.h
Fixes for semicolons, commas and wxSTRING_MAXLEN from Wlodek Szafran.
[wxWidgets.git] / include / wx / xpmdecod.h
index bf75164ac3c9fb0bcffa887c3cba4548152288be..96cdab77323f1e0cc7e8367252d806558544e8bc 100644 (file)
@@ -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