Skip to content

Commit

Permalink
fixed link error
Browse files Browse the repository at this point in the history
  • Loading branch information
CaseyNelson314 committed Nov 11, 2023
1 parent 9818102 commit 205af01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EASTL/internal/red_black_tree.h
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ namespace std
pNodeRootRef->mColor = kRBTreeColorBlack;

} // RBTreeInsert
EASTL_API void RBTreeErase(rbtree_node_base* pNode,
EASTL_API inline void RBTreeErase(rbtree_node_base* pNode,
rbtree_node_base* pNodeAnchor)
{
rbtree_node_base*& pNodeRootRef = pNodeAnchor->mpNodeParent;
Expand Down

0 comments on commit 205af01

Please sign in to comment.