Skip to content

Commit d240d2e

Browse files
authored
fix(autoware_image_projection_based_fusion): fix clang-diagnostic-inconsistent-missing-override (#9516)
fix: clang-diagnostic-inconsistent-missing-override Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
1 parent c1bbd68 commit d240d2e

File tree

1 file changed

+1
-1
lines changed
  • perception/autoware_image_projection_based_fusion/include/autoware/image_projection_based_fusion/pointpainting_fusion

1 file changed

+1
-1
lines changed

perception/autoware_image_projection_based_fusion/include/autoware/image_projection_based_fusion/pointpainting_fusion/node.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class PointPaintingFusionNode
7676

7777
std::unique_ptr<image_projection_based_fusion::PointPaintingTRT> detector_ptr_{nullptr};
7878

79-
bool out_of_scope(const DetectedObjects & obj);
79+
bool out_of_scope(const DetectedObjects & obj) override;
8080
};
8181
} // namespace autoware::image_projection_based_fusion
8282
#endif // AUTOWARE__IMAGE_PROJECTION_BASED_FUSION__POINTPAINTING_FUSION__NODE_HPP_

0 commit comments

Comments
 (0)