]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/xpmdecod.cpp
Fix MinGW compilation.
[wxWidgets.git] / src / common / xpmdecod.cpp
index 6f593fc98923b4a45c587ac8de5eb425df41b438..05113e9ab8b470b5ba645fd9530e1d7d0b0e218b 100644 (file)
@@ -263,7 +263,7 @@ wxImage wxXPMDecoder::ReadFile(wxInputStream& stream)
 
 typedef struct
 {
-    char *name;
+    const char *name;
     wxUint32 rgb;
 } rgbRecord;