Skip to content

Commit

Permalink
Removed warning
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde committed Jun 4, 2024
1 parent 7ecf416 commit 61d06fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ class PointCloudTransport : public PointCloudTransportLoader
return subscribe(
base_topic, custom_qos, std::bind(
fp,
obj, std::placeholders::_1), obj, transport_hints);
obj, std::placeholders::_1), obj, transport_hints, options);
}

template<class T>
Expand Down

0 comments on commit 61d06fa

Please sign in to comment.