summaryrefslogtreecommitdiff
path: root/examples/Registry
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-17 00:40:33 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-17 00:40:33 +0000
commitf56859bbbe7d20d7b30379b9972875d53426a19f (patch)
treef2f7bedfde1cfe4002552d5599722b16dde22a96 /examples/Registry
parentc8792f9b9078602e56498ea721da5846b855234a (diff)
downloadATCD-f56859bbbe7d20d7b30379b9972875d53426a19f.tar.gz
.
Diffstat (limited to 'examples/Registry')
-rw-r--r--examples/Registry/test_registry_iterator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Registry/test_registry_iterator.cpp b/examples/Registry/test_registry_iterator.cpp
index 7794a02e42f..fadd6e52f01 100644
--- a/examples/Registry/test_registry_iterator.cpp
+++ b/examples/Registry/test_registry_iterator.cpp
@@ -66,7 +66,7 @@ print_naming_context (ACE_Registry::Naming_Context &naming_context,
// Iterator through all entries
for (ACE_Registry::Binding_List::iterator i = list.begin ();
i != list.end ();
- i++)
+ ++i)
{
// Yeeesss! STL rules!
ACE_Registry::Binding &binding = *i;