summaryrefslogtreecommitdiff
path: root/stoc
diff options
context:
space:
mode:
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 );