mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-29 02:21:44 +00:00
RobotBase: Call cscore Shutdown() from destructor
This commit is contained in:
@@ -127,7 +127,7 @@ class RobotBase {
|
||||
*/
|
||||
RobotBase();
|
||||
|
||||
virtual ~RobotBase() = default;
|
||||
virtual ~RobotBase();
|
||||
|
||||
// m_ds isn't moved in these because DriverStation is a singleton; every
|
||||
// instance of RobotBase has a reference to the same object.
|
||||
|
||||
Reference in New Issue
Block a user