Skip to content

Commit

Permalink
[wpilibc] Add virtual dtor for LinearSystemSim (#3861)
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald authored Jan 4, 2022
1 parent a2510aa commit b09f5b2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ class LinearSystemSim {
m_u = Eigen::Vector<double, Inputs>::Zero();
}

virtual ~LinearSystemSim() = default;

/**
* Updates the simulation.
*
Expand Down

0 comments on commit b09f5b2

Please sign in to comment.