From 1bc7eaca74d7b31f9c60bcc597883575c6f7b4b2 Mon Sep 17 00:00:00 2001 From: Ryan Blue Date: Fri, 27 Oct 2023 03:59:15 -0400 Subject: [PATCH] add override --- .../src/main/native/include/frc2/command/SubsystemBase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpilibNewCommands/src/main/native/include/frc2/command/SubsystemBase.h b/wpilibNewCommands/src/main/native/include/frc2/command/SubsystemBase.h index 86fb026fc1c..cc9eeb35a5a 100644 --- a/wpilibNewCommands/src/main/native/include/frc2/command/SubsystemBase.h +++ b/wpilibNewCommands/src/main/native/include/frc2/command/SubsystemBase.h @@ -30,7 +30,7 @@ class SubsystemBase : public Subsystem, * * @return Name */ - std::string GetName() const; + std::string GetName() const override; /** * Sets the name of this Subsystem.