From 5f110a9734e4f315f311ef9f705d8f357eeac54a Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 24 Dec 2010 13:30:27 +0000 Subject: cppcheck: prefer prefix variant --- stoc/source/inspect/introspection.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stoc') diff --git a/stoc/source/inspect/introspection.cxx b/stoc/source/inspect/introspection.cxx index cf0b40c974ca..ee5d02260608 100644 --- a/stoc/source/inspect/introspection.cxx +++ b/stoc/source/inspect/introspection.cxx @@ -1588,7 +1588,7 @@ public: (*iter).second->release(); (*iter).second = NULL; - iter++; + ++iter; } } }; @@ -1686,7 +1686,7 @@ public: { (*iter).second->release(); (*iter).second = NULL; - iter++; + ++iter; } } }; -- cgit