diff --git a/src/func_create_ff.cpp b/src/func_create_ff.cpp index a878b85e..5033bb44 100644 --- a/src/func_create_ff.cpp +++ b/src/func_create_ff.cpp @@ -24,11 +24,11 @@ namespace l { static int - create(Branches2 &branches_, - char const *fusepath_, - mode_t const mode_, - mode_t const umask_, - fuse_file_info_t *ffi_) + create(Branches2 &branches_, + ghc::filesystem::path const &fusepath_, + mode_t const mode_, + mode_t const umask_, + fuse_file_info_t *ffi_) { int rv; FileInfo *fi;