diff --git a/src/fs_find_mount_point.hpp b/src/fs_find_mount_point.hpp index f5390bc5..16acab5c 100644 --- a/src/fs_find_mount_point.hpp +++ b/src/fs_find_mount_point.hpp @@ -24,5 +24,5 @@ namespace fs { - fs::ECPath find_mount_point(const ghc::filesystem::path &path); + fs::ecpath find_mount_point(const ghc::filesystem::path &path); }