cppcheck: prefer prefix variant
This commit is contained in:
parent
cccb91d64d
commit
33ec32cb8e
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ void XMLChartExportPropertyMapper::ContextFilter(
|
|||
// filter properties
|
||||
for( std::vector< XMLPropertyState >::iterator property = rProperties.begin();
|
||||
property != rProperties.end();
|
||||
property++ )
|
||||
++property )
|
||||
{
|
||||
// find properties with context
|
||||
// to prevent writing this property set mnIndex member to -1
|
||||
|
|
Loading…
Reference in a new issue