iterator methods fixes (patch 1164808)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32876 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user