executor: make destructor virtual
This commit is contained in:
parent
6f0e49d3f8
commit
cba6ee2589
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ public:
|
||||||
: interrupt_guard_condition_(
|
: interrupt_guard_condition_(
|
||||||
ros_middleware_interface::create_guard_condition())
|
ros_middleware_interface::create_guard_condition())
|
||||||
{}
|
{}
|
||||||
~Executor() {}
|
virtual ~Executor() {}
|
||||||
|
|
||||||
void
|
void
|
||||||
add_node(rclcpp::node::Node::SharedPtr &node_ptr)
|
add_node(rclcpp::node::Node::SharedPtr &node_ptr)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue