From f56859bbbe7d20d7b30379b9972875d53426a19f Mon Sep 17 00:00:00 2001 From: schmidt Date: Sat, 17 Oct 1998 00:40:33 +0000 Subject: . --- examples/Registry/test_registry_iterator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/Registry') 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; -- cgit v1.2.1