We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f15b8c7 commit c036482Copy full SHA for c036482
include/behaviortree_cpp_v3/tree_node.h
@@ -153,7 +153,7 @@ class TreeNode
153
friend class BehaviorTreeFactory;
154
friend class DecoratorNode;
155
friend class ControlNode;
156
- friend class Tree;
+ friend struct Tree;
157
158
// Only BehaviorTreeFactory should call this
159
void setRegistrationID(StringView ID)
0 commit comments