fs/{Allocated,}Path,Charset: use PathTraitsFS typedefs
This commit is contained in:
@@ -176,7 +176,7 @@ public:
|
||||
* Allows the caller to "steal" the internal value by
|
||||
* providing a rvalue reference to the std::string attribute.
|
||||
*/
|
||||
std::string &&Steal() {
|
||||
string &&Steal() {
|
||||
return std::move(value);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user