X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7ac31c429f668e236f4d9686c47b5172f625781c..088ddc4e370d808a2f7e923b671856c303dfa45c:/src/common/imagpcx.cpp diff --git a/src/common/imagpcx.cpp b/src/common/imagpcx.cpp index 03364b381e..00ebb750a6 100644 --- a/src/common/imagpcx.cpp +++ b/src/common/imagpcx.cpp @@ -418,7 +418,7 @@ int SavePCX(wxImage *image, wxOutputStream& stream) unsigned long index; for (wxImageHistogram::iterator entry = histogram.begin(); - entry != histogram.end(); entry++ ) + entry != histogram.end(); ++entry ) { key = entry->first; index = entry->second.index;