Kaydet (Commit) 25548c57 authored tarafından Julien Nabet's avatar Julien Nabet

cppcheck: Prefer prefix ++/-- operators for non-primitive types

Change-Id: I0dd2f1d2efef7995aaf2ab7656c24178a02eb9cd
üst 6118c11a
......@@ -317,7 +317,7 @@ namespace svgio
if(aCaseLindependentSVGTokenMapperList.empty())
{
for(SVGTokenMapper::const_iterator aCurrent(aSVGTokenMapperList.begin()); aCurrent != aSVGTokenMapperList.end(); aCurrent++)
for(SVGTokenMapper::const_iterator aCurrent(aSVGTokenMapperList.begin()); aCurrent != aSVGTokenMapperList.end(); ++aCurrent)
{
aCaseLindependentSVGTokenMapperList.insert(
SVGTokenValueType(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment