diff --git a/src/fs_find_mount_point.cpp b/src/fs_find_mount_point.cpp index e8e14310..f9286da4 100644 --- a/src/fs_find_mount_point.cpp +++ b/src/fs_find_mount_point.cpp @@ -2,7 +2,7 @@ #include "fs_lstat.hpp" -int +ghc::filesystem::path fs::find_mount_point(const ghc::filesystem::path &path_) { int rv;