mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[copybara] mostrobotpy to allwpilib (#8545)
Project import generated by Copybara. GitOrigin-RevId: f10284b37498bb6a088891ca41f160793ec7fd90
This commit is contained in:
@@ -21,7 +21,7 @@ public:
|
||||
return false;
|
||||
}
|
||||
|
||||
value = WPI_String(str, static_cast<size_t>(size));
|
||||
value = WPI_String{str, static_cast<size_t>(size)};
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user