mirror of
https://github.com/ksherlock/mpw-shell.git
synced 2024-12-26 11:30:27 +00:00
std::move warning.
This commit is contained in:
parent
a15d2bf257
commit
be1c6c14fa
@ -155,7 +155,7 @@ namespace ToolBox
|
||||
|
||||
}%%
|
||||
|
||||
return str;
|
||||
return std::move(str);
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user