mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
Use llvm::Twine across C++ Command structure.
This commit is contained in:
@@ -15,7 +15,7 @@ using namespace frc;
|
||||
* @param name the name of the command
|
||||
* @param timeout the time (in seconds) before this command "times out"
|
||||
*/
|
||||
TimedCommand::TimedCommand(const std::string& name, double timeout)
|
||||
TimedCommand::TimedCommand(const llvm::Twine& name, double timeout)
|
||||
: Command(name, timeout) {}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user