From 0d229f06761013f0438e9a04b5669aa88e6eb158 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 4 Feb 2024 22:14:24 -0600 Subject: [PATCH] func_create_ff.cpp --- src/func_create_ff.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/func_create_ff.cpp b/src/func_create_ff.cpp index b5dd39df..a878b85e 100644 --- a/src/func_create_ff.cpp +++ b/src/func_create_ff.cpp @@ -80,10 +80,10 @@ namespace l } int -Func::CreateFF::operator()(Branches2 &branches_, - char const *fusepath_, - mode_t const mode_, - fuse_file_info_t *ffi_) +Func::CreateFF::operator()(Branches2 &branches_, + ghc::filesystem::path const &fusepath_, + mode_t const mode_, + fuse_file_info_t *ffi_) { int rv; Config::Read cfg;