aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/AllocatedPath.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-02-25 16:10:24 +0100
committerMax Kellermann <max@duempel.org>2015-02-25 19:17:45 +0100
commiteb174d5ba317743ca21295697df90a7ed66a64bb (patch)
tree1d63d91b3517353fac94b5706d37606d93616696 /src/fs/AllocatedPath.hxx
parent4c899e9c5aec4d7fea56da95eed8784a41ea4b5b (diff)
downloadmpd-eb174d5ba317743ca21295697df90a7ed66a64bb.tar.gz
mpd-eb174d5ba317743ca21295697df90a7ed66a64bb.tar.xz
mpd-eb174d5ba317743ca21295697df90a7ed66a64bb.zip
fs/{Allocated,}Path,Charset: use PathTraitsFS typedefs
Diffstat (limited to '')
-rw-r--r--src/fs/AllocatedPath.hxx2
1 files changed, 1 insertions, 1 deletions
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);
}