Skip to content

Commit c341f21

Browse files
Janosch MachowinskiJanosch Machowinski
authored andcommitted
made is_spinning not virtual
1 parent 32dc02b commit c341f21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rclcpp/include/rclcpp/executor.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ class Executor
376376
* \return True if the executor is currently spinning.
377377
*/
378378
RCLCPP_PUBLIC
379-
virtual bool
379+
bool
380380
is_spinning();
381381

382382
protected:

0 commit comments

Comments
 (0)