Skip to content

Commit

Permalink
fix(autoware_image_projection_based_fusion): fix clang-diagnostic-inc…
Browse files Browse the repository at this point in the history
…onsistent-missing-override (#9516)

fix: clang-diagnostic-inconsistent-missing-override

Signed-off-by: kobayu858 <[email protected]>
  • Loading branch information
kobayu858 authored Nov 28, 2024
1 parent c1bbd68 commit d240d2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class PointPaintingFusionNode

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

bool out_of_scope(const DetectedObjects & obj);
bool out_of_scope(const DetectedObjects & obj) override;
};
} // namespace autoware::image_projection_based_fusion
#endif // AUTOWARE__IMAGE_PROJECTION_BASED_FUSION__POINTPAINTING_FUSION__NODE_HPP_

0 comments on commit d240d2e

Please sign in to comment.