From d64b580eb38c1015906f40d276a08aa795e10cce Mon Sep 17 00:00:00 2001 From: schmidt Date: Sun, 18 Feb 2001 18:15:37 +0000 Subject: ChangeLogTag:Sun Feb 18 09:59:18 2001 Douglas C. Schmidt --- ace/RB_Tree.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ace/RB_Tree.h') 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 * - find_node (const EXT_ID &k, RB_SearchResult &result); + ACE_RB_Tree_Node *find_node (const EXT_ID &k, RB_SearchResult &result); /// Rebalance the tree after insertion of a node. void RB_rebalance (ACE_RB_Tree_Node * x); -- cgit v1.2.1