std::move warning.

This commit is contained in:
Kelvin Sherlock 2020-12-01 23:01:00 -05:00
parent a15d2bf257
commit be1c6c14fa
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ namespace ToolBox
}%%
return str;
return std::move(str);
}