Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/rolling' into ahcorde/rolling/cl…
Browse files Browse the repository at this point in the history
…ang_warnings
  • Loading branch information
ahcorde committed Feb 19, 2024
2 parents 1df003f + 048efc5 commit ceb1479
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ class PointCloudTransport : public PointCloudTransportLoader
return subscribe(
base_topic, custom_qos, std::bind(
fp,
obj.get(), std::placeholders::_1), obj, transport_hints);
obj, std::placeholders::_1), obj, transport_hints);
}

template<class T>
Expand All @@ -307,7 +307,7 @@ class PointCloudTransport : public PointCloudTransportLoader
return subscribe(
base_topic, queue_size, std::bind(
fp,
obj.get(), std::placeholders::_1), obj, transport_hints);
obj, std::placeholders::_1), obj, transport_hints);
}

private:
Expand Down

0 comments on commit ceb1479

Please sign in to comment.