Skip to content

Commit

Permalink
made is_spinning not virtual
Browse files Browse the repository at this point in the history
  • Loading branch information
Janosch Machowinski authored and Janosch Machowinski committed Apr 15, 2024
1 parent 32dc02b commit c341f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclcpp/include/rclcpp/executor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ class Executor
* \return True if the executor is currently spinning.
*/
RCLCPP_PUBLIC
virtual bool
bool
is_spinning();

protected:
Expand Down

0 comments on commit c341f21

Please sign in to comment.