From e62d46ea6f8349990f7f83d488f52bcbed1a1495 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 24 Dec 2010 13:29:38 +0000 Subject: cppcheck: prefer prefix variant --- ucb/source/ucp/hierarchy/hierarchydatasupplier.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucb/source/ucp/hierarchy/hierarchydatasupplier.cxx b/ucb/source/ucp/hierarchy/hierarchydatasupplier.cxx index 25bd6ef03e6e..3149acad150c 100644 --- a/ucb/source/ucp/hierarchy/hierarchydatasupplier.cxx +++ b/ucb/source/ucp/hierarchy/hierarchydatasupplier.cxx @@ -111,7 +111,7 @@ DataSupplier_Impl::~DataSupplier_Impl() while ( it != end ) { delete (*it); - it++; + ++it; } } -- cgit v1.2.3