Skip to content

Commit

Permalink
[ros2] Fix clang warning about hidden overloads (#196)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored Jul 1, 2021
1 parent 01cf388 commit 5b6f1b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions image_transport/include/image_transport/raw_subscriber.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ class RawSubscriber : public SimpleSubscriberPlugin<sensor_msgs::msg::Image>
return base_topic;
}

using SubscriberPlugin::subscribeImpl;

void subscribeImpl(
rclcpp::Node * node,
const std::string & base_topic,
Expand Down

0 comments on commit 5b6f1b9

Please sign in to comment.