mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Use llvm::Twine across C++ Command structure.
This commit is contained in:
@@ -16,7 +16,7 @@ using namespace frc;
|
||||
*
|
||||
* @param name The name for this command group
|
||||
*/
|
||||
CommandGroup::CommandGroup(const std::string& name) : Command(name) {}
|
||||
CommandGroup::CommandGroup(const llvm::Twine& name) : Command(name) {}
|
||||
|
||||
/**
|
||||
* Adds a new Command to the group. The Command will be started after all the
|
||||
|
||||
Reference in New Issue
Block a user