summaryrefslogtreecommitdiffstats
path: root/src/Path.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Path.cpp')
-rw-r--r--src/Path.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Path.cpp b/src/Path.cpp
index 6e14076..512d91b 100644
--- a/src/Path.cpp
+++ b/src/Path.cpp
@@ -119,7 +119,7 @@ Path::nameify(const std::basic_string<char>& str)
/** Replace any invalid characters in @a str with a suitable replacement.
*/
void
-Path::replace_invalid_chars(string& str, size_t start, bool replace_slash)
+Path::replace_invalid_chars(std::string& str, size_t start, bool replace_slash)
{
string prefix = str.substr(0, start);
str = str.substr(start);