summaryrefslogtreecommitdiff
path: root/ACE/ace/RB_Tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/RB_Tree.h')
-rw-r--r--ACE/ace/RB_Tree.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/RB_Tree.h b/ACE/ace/RB_Tree.h
index 83404fe0e3d..03fb77f2a60 100644
--- a/ACE/ace/RB_Tree.h
+++ b/ACE/ace/RB_Tree.h
@@ -742,7 +742,7 @@ public:
* be declared and defined in both the derived forward and
* reverse iterator classes rather than in the base iterator
* class because of a method signature resolution problem
- * caused by the existence of the deprecated next (void)
+ * caused by the existence of the deprecated next ()
* method in the derived forward iterator class. When that
* deprecated method is removed, this method should be removed
* from the derived classes and placed in the base class.
@@ -857,7 +857,7 @@ public:
* be declared and defined in both the derived forward and
* reverse iterator classes rather than in the base iterator
* class because of a method signature resolution problem
- * caused by the existence of the deprecated next (void)
+ * caused by the existence of the deprecated next ()
* method in the derived forward iterator class. When that
* deprecated method is removed, this method should be removed
* from the derived classes and placed in the base class.