mirror of
https://github.com/ksherlock/mpw-shell.git
synced 2025-07-28 02:24:52 +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