fixup clang warning (#1040)
Signed-off-by: William Woodall <william@osrfoundation.org>
This commit is contained in:
parent
99286978f9
commit
efa47546ab
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ public:
|
||||||
return has_invalid_weak_nodes;
|
return has_invalid_weak_nodes;
|
||||||
}
|
}
|
||||||
|
|
||||||
void add_waitable_handle(const rclcpp::Waitable::SharedPtr & waitable)
|
void add_waitable_handle(const rclcpp::Waitable::SharedPtr & waitable) override
|
||||||
{
|
{
|
||||||
if (nullptr == waitable) {
|
if (nullptr == waitable) {
|
||||||
throw std::runtime_error("waitable object unexpectedly nullptr");
|
throw std::runtime_error("waitable object unexpectedly nullptr");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue