cppunit: prefer prefix variant
This commit is contained in:
parent
a95e495229
commit
1c48992201
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ DataSupplier_Impl::~DataSupplier_Impl()
|
|||
while ( it != end )
|
||||
{
|
||||
delete (*it);
|
||||
it++;
|
||||
++it;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue