Skip to content

Commit

Permalink
fix(diagnostic_graph_utils): fix clang-diagnostic-delete-abstract-non…
Browse files Browse the repository at this point in the history
…-virtual-dtor (#9431)

Signed-off-by: veqcc <[email protected]>
  • Loading branch information
veqcc authored Nov 26, 2024
1 parent 19364ff commit 0db25c1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ class DiagUnit
using DiagnosticStatus = diagnostic_msgs::msg::DiagnosticStatus;
using DiagnosticLevel = DiagnosticStatus::_level_type;

virtual ~DiagUnit() = default;

struct DiagChild
{
DiagLink * link;
Expand Down

0 comments on commit 0db25c1

Please sign in to comment.