mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
[commands] Add convenience factories (#4460)
Co-authored-by: Starlight220 <53231611+Starlight220@users.noreply.github.com>
This commit is contained in:
@@ -65,7 +65,7 @@ class CommandBase : public Command,
|
||||
*
|
||||
* @param name name
|
||||
*/
|
||||
void SetName(std::string_view name);
|
||||
void SetName(std::string_view name) override;
|
||||
|
||||
/**
|
||||
* Gets the name of this Command.
|
||||
|
||||
Reference in New Issue
Block a user