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:
@@ -23,5 +23,5 @@ WaitCommand::WaitCommand(double timeout)
|
||||
*
|
||||
* @param timeout the time (in seconds) before this command "times out"
|
||||
*/
|
||||
WaitCommand::WaitCommand(const std::string& name, double timeout)
|
||||
WaitCommand::WaitCommand(const llvm::Twine& name, double timeout)
|
||||
: TimedCommand(name, timeout) {}
|
||||
|
||||
Reference in New Issue
Block a user