summaryrefslogtreecommitdiff
path: root/stoc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-12-23 14:02:36 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-12-23 14:02:36 +0000
commitb71abc9bd549ee887a704c65c5a0c78ad2c34df9 (patch)
treeea8937debc7c8377acc40af59a430b78d7f884cc /stoc
parent0f949c0b530c74cfff999fa3c1b69403cdf0e6b8 (diff)
cppcheck: prefer prefix variant
Diffstat (limited to 'stoc')
-rw-r--r--stoc/source/registry_tdprovider/rdbtdp_tdenumeration.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/stoc/source/registry_tdprovider/rdbtdp_tdenumeration.cxx b/stoc/source/registry_tdprovider/rdbtdp_tdenumeration.cxx
index ab0c58625..f59e54b03 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 );