Skip to content

Commit

Permalink
making callback public to work with our old stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryLeMasurier committed Apr 3, 2024
1 parent 3243d53 commit 46e7f6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/behaviortree_cpp/loggers/bt_cout_logger.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ class StdCoutLogger : public StatusChangeLogger

virtual void flush() override;

private:
virtual void callback(Duration timestamp, const TreeNode& node, NodeStatus prev_status,
NodeStatus status) override;
};
Expand Down

0 comments on commit 46e7f6a

Please sign in to comment.