Skip to content

Commit a0a47f3

Browse files
authored
Fix linter warning (#201)
1 parent ddacc81 commit a0a47f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zstd_image_transport/include/zstd_image_transport/zstd_publisher.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class ZstdPublisher : public image_transport::SimplePublisherPlugin<CompressedIm
6666
rclcpp::Node * node,
6767
const std::string & base_topic,
6868
rclcpp::QoS custom_qos,
69-
rclcpp::PublisherOptions options) override final;
69+
rclcpp::PublisherOptions options) final;
7070

7171
void publish(
7272
const sensor_msgs::msg::Image & message,

0 commit comments

Comments
 (0)