diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-02-18 18:15:37 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-02-18 18:15:37 +0000 |
commit | d64b580eb38c1015906f40d276a08aa795e10cce (patch) | |
tree | 03f47dcd2f1941d95822c3d813db7433a295ed70 /ace/RB_Tree.h | |
parent | 9e63545b31b619189c904be7b87f52bd424f4efb (diff) | |
download | ATCD-d64b580eb38c1015906f40d276a08aa795e10cce.tar.gz |
ChangeLogTag:Sun Feb 18 09:59:18 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'ace/RB_Tree.h')
-rw-r--r-- | ace/RB_Tree.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ace/RB_Tree.h b/ace/RB_Tree.h index 22a2a4ef3d6..c0242de00f8 100644 --- a/ace/RB_Tree.h +++ b/ace/RB_Tree.h @@ -439,8 +439,7 @@ protected: * RIGHT if the node is to the right of the node to be inserted, * 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_Node<EXT_ID, INT_ID> *find_node (const EXT_ID &k, RB_SearchResult &result); /// Rebalance the tree after insertion of a node. void RB_rebalance (ACE_RB_Tree_Node<EXT_ID, INT_ID> * x); |