cppcheck: prefer prefix variant
This commit is contained in:
parent
debf1d0568
commit
68cfe2f6e1
1 changed files with 1 additions and 1 deletions
|
@ -585,7 +585,7 @@ ManagerImpl::createTypeDescriptionEnumeration(
|
|||
if ( xEnumAccess.is() )
|
||||
aStack.push( xEnumAccess );
|
||||
|
||||
it++;
|
||||
++it;
|
||||
}
|
||||
|
||||
return Reference< XTypeDescriptionEnumeration >(
|
||||
|
|
Loading…
Reference in a new issue