cppcheck: prefer prefix variant

This commit is contained in:
Caolán McNamara 2010-12-23 12:52:51 +00:00
parent 3e3d74baf1
commit 01398814d4

View file

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