mirror of
https://github.com/ksherlock/mpw-shell.git
synced 2025-07-25 13:24:09 +00:00
std::move warning.
This commit is contained in:
@@ -155,7 +155,7 @@ namespace ToolBox
|
||||
|
||||
}%%
|
||||
|
||||
return str;
|
||||
return std::move(str);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user