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 (#9472)

Signed-off-by: kobayu858 <[email protected]>
  • Loading branch information
kobayu858 authored Nov 26, 2024
1 parent 56ed055 commit 2244f28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class RoiDetectedObjectFusionNode

void publish(const DetectedObjects & output_msg) override;

bool out_of_scope(const DetectedObject & obj);
bool out_of_scope(const DetectedObject & obj) override;

private:
struct
Expand Down

0 comments on commit 2244f28

Please sign in to comment.