]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/xpmdecod.cpp
warning about standard controls
[wxWidgets.git] / src / common / xpmdecod.cpp
index ed784fb578cc9b061c69e8b9fcb3cc5aa6721a7f..e30022e8c7466dfda81ab1cd8091809a48d7d5ad 100644 (file)
@@ -742,7 +742,7 @@ wxImage wxXPMDecoder::ReadData(const char **xpm_data)
      */
     if (hasMask)
     {
-        for (it = clr_tbl.begin(); it != clr_tbl.end(); it++)
+        for (it = clr_tbl.begin(); it != clr_tbl.end(); ++it)
         {
             if (it->second.R == 255 && it->second.G == 0 &&
                 it->second.B == 255 &&