aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/Traits.hxx
diff options
context:
space:
mode:
authorDenis Krjuchkov <denis@crazydev.net>2013-12-03 13:37:35 +0600
committerDenis Krjuchkov <denis@crazydev.net>2013-12-03 13:37:35 +0600
commit2278fe42e55bbc713ccd2a45736a9eb9369afd36 (patch)
treebfb8039a170bbbfc00eac7d0cf88c3c058912460 /src/fs/Traits.hxx
parent3a183f869f1697cb5337e392cb341a07bd7c6295 (diff)
downloadmpd-2278fe42e55bbc713ccd2a45736a9eb9369afd36.tar.gz
mpd-2278fe42e55bbc713ccd2a45736a9eb9369afd36.tar.xz
mpd-2278fe42e55bbc713ccd2a45736a9eb9369afd36.zip
fs/Traits.hxx: move definition of AllocatedPath::string to PathTraits
Diffstat (limited to 'src/fs/Traits.hxx')
-rw-r--r--src/fs/Traits.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/Traits.hxx b/src/fs/Traits.hxx
index df412b12b..c72f9814a 100644
--- a/src/fs/Traits.hxx
+++ b/src/fs/Traits.hxx
@@ -36,6 +36,7 @@
* This class describes the nature of a filesystem path.
*/
struct PathTraits {
+ typedef std::string string;
typedef char value_type;
typedef char *pointer;
typedef const char *const_pointer;