Skip to content

Commit

Permalink
Removed warning (#89)
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde authored Jun 4, 2024
1 parent 7ecf416 commit 92a9aad
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 92a9aad

Please sign in to comment.