diff --git a/include/mementar/RosInterface.h b/include/mementar/RosInterface.h index 4923f90..901b2ec 100644 --- a/include/mementar/RosInterface.h +++ b/include/mementar/RosInterface.h @@ -31,7 +31,7 @@ namespace mementar { ~RosInterface(); void run(); - void stop() { run_ = false; } + void stop(); bool isRunning() const { return run_; } void lock();