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 f8da196e..8cbd3a9e 100644 --- a/src/FilePath.cpp +++ b/src/FilePath.cpp @@ -105,7 +105,7 @@ FilePath::root_name() } #endif - return FilePath(); + return {}; } FilePath |