Kaydet (Commit) 05e37196 authored tarafından Caolán McNamara's avatar Caolán McNamara

cppcheck: prefer prefix variant

üst 66bbdbe5
......@@ -127,8 +127,8 @@ Sequence< Property > PropertyMapImpl::getProperties() throw()
pProperties->Handle = pEntry->mnWhich;
pProperties->Type = *pEntry->mpType;
pProperties->Attributes = pEntry->mnFlags;
pProperties++;
aIter++;
++pProperties;
++aIter;
}
}
......
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