summaryrefslogtreecommitdiff
path: root/ace/RB_Tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/RB_Tree.h')
-rw-r--r--ace/RB_Tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/RB_Tree.h b/ace/RB_Tree.h
index d6633fd0568..12e127f7a00 100644
--- a/ace/RB_Tree.h
+++ b/ace/RB_Tree.h
@@ -443,7 +443,7 @@ protected:
* or EXACT if an exactly matching node already exists.
*/
ACE_RB_Tree_Node<EXT_ID, INT_ID> *find_node (const EXT_ID &k,
- RB_SearchResult &result);
+ ACE_RB_Tree_Base::RB_SearchResult &result);
/// Rebalance the tree after insertion of a node.
void RB_rebalance (ACE_RB_Tree_Node<EXT_ID, INT_ID> * x);