Skip to content

Commit 3416d82

Browse files
committed
Update src/tree_node.h PreCondNames
1 parent 42f5ce2 commit 3416d82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/behaviortree_cpp/tree_node.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ enum class PreCond
5454
COUNT_
5555
};
5656

57-
static const std::array<std::string, 4> PreCondNames = { //
58-
"_failureIf", "_successIf", "_skipIf", "_while"
57+
static const std::array<std::string, 5> PreCondNames = { //
58+
"_failureIf", "_successIf", "_skipIf", "_while", "_onStart"
5959
};
6060

6161
enum class PostCond

0 commit comments

Comments
 (0)