diff options
Diffstat (limited to 'src/FilePath.cpp')
-rw-r--r-- | src/FilePath.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FilePath.cpp b/src/FilePath.cpp index c015d2ee..ad739e95 100644 --- a/src/FilePath.cpp +++ b/src/FilePath.cpp @@ -95,7 +95,7 @@ FilePath::operator+=(boost::basic_string_view<value_type> sv) } FilePath -FilePath::root_name() const +FilePath::root_name() { #ifdef USE_WINDOWS_FILE_PATHS if (_str.length() >= 2 && _str[0] >= 'A' && _str[0] <= 'Z' && |