From 76bbd3d9e8394c2578df8dd6e83677d4a5d7816b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 23 Dec 2010 14:02:36 +0000 Subject: cppcheck: prefer prefix variant --- stoc/source/registry_tdprovider/rdbtdp_tdenumeration.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stoc/source') diff --git a/stoc/source/registry_tdprovider/rdbtdp_tdenumeration.cxx b/stoc/source/registry_tdprovider/rdbtdp_tdenumeration.cxx index 3cb4ebbf82dc..9feae0da9ef0 100644 --- a/stoc/source/registry_tdprovider/rdbtdp_tdenumeration.cxx +++ b/stoc/source/registry_tdprovider/rdbtdp_tdenumeration.cxx @@ -169,7 +169,7 @@ TypeDescriptionEnumerationImpl::createInstance( "- Caught InvalidRegistryException!" ); } - it++; + ++it; } if ( !bOpenKeySucceeded ) @@ -243,7 +243,7 @@ TypeDescriptionEnumerationImpl::~TypeDescriptionEnumerationImpl() "- Caught exception!" ); } - it++; + ++it; } g_moduleCount.modCnt.release( &g_moduleCount.modCnt ); -- cgit