diff options
Diffstat (limited to '')
-rw-r--r-- | src/fs/Traits.hxx | 1 |
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; |