[wpilibc] Add virtual dtor for LinearSystemSim (#3861)

This commit is contained in:
Dustin Spicuzza
2022-01-04 00:25:02 -05:00
committed by GitHub
parent a2510aaa0e
commit b09f5b2cf2

View File

@@ -45,6 +45,8 @@ class LinearSystemSim {
m_u = Eigen::Vector<double, Inputs>::Zero();
}
virtual ~LinearSystemSim() = default;
/**
* Updates the simulation.
*