Skip to content

Commit efa4754

Browse files
authored
fixup clang warning (#1040)
Signed-off-by: William Woodall <[email protected]>
1 parent 9928697 commit efa4754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rclcpp/include/rclcpp/strategies/allocator_memory_strategy.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ class AllocatorMemoryStrategy : public memory_strategy::MemoryStrategy
194194
return has_invalid_weak_nodes;
195195
}
196196

197-
void add_waitable_handle(const rclcpp::Waitable::SharedPtr & waitable)
197+
void add_waitable_handle(const rclcpp::Waitable::SharedPtr & waitable) override
198198
{
199199
if (nullptr == waitable) {
200200
throw std::runtime_error("waitable object unexpectedly nullptr");

0 commit comments

Comments
 (0)