diff --git a/src/func_create_ff.hpp b/src/func_create_ff.hpp index e26de70f..2763ff72 100644 --- a/src/func_create_ff.hpp +++ b/src/func_create_ff.hpp @@ -30,9 +30,9 @@ namespace Func2 ~CreateFF(); public: - virtual int operator()(Branches2 &branches, - ghc::filesystem::path const &fusepath, - mode_t const mode, - fuse_file_info_t *ffi); + virtual int operator()(Branches2 &branches, + fs::Path const &fusepath, + mode_t const mode, + fuse_file_info_t *ffi); }; }