cppunit: prefer prefix variant

This commit is contained in:
Caolán McNamara 2011-01-06 14:14:29 +00:00
parent a95e495229
commit 1c48992201

View file

@ -115,7 +115,7 @@ DataSupplier_Impl::~DataSupplier_Impl()
while ( it != end )
{
delete (*it);
it++;
++it;
}
}