From eb174d5ba317743ca21295697df90a7ed66a64bb Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 25 Feb 2015 16:10:24 +0100 Subject: fs/{Allocated,}Path,Charset: use PathTraitsFS typedefs --- src/fs/AllocatedPath.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fs/AllocatedPath.hxx') diff --git a/src/fs/AllocatedPath.hxx b/src/fs/AllocatedPath.hxx index 7195a3345..9ec7be6b0 100644 --- a/src/fs/AllocatedPath.hxx +++ b/src/fs/AllocatedPath.hxx @@ -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); } -- cgit v1.2.3