Skip to content

Commit

Permalink
fix(learning_based_vehicle_model): fix clang-diagnostic-delete-abstra…
Browse files Browse the repository at this point in the history
…ct-non-virtual-dtor (#9446)

Signed-off-by: veqcc <[email protected]>
  • Loading branch information
veqcc authored Dec 2, 2024
1 parent 815abd9 commit a77f488
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
class SubModelInterface
{
public:
virtual ~SubModelInterface() = default;

/**
* @brief set time step of the model
* @param [in] dt time step
Expand Down

0 comments on commit a77f488

Please sign in to comment.