From df4fe1beb13c32fb6942dc06ed64d23c88208744 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 4 Feb 2024 22:15:36 -0600 Subject: [PATCH] func_create_ff.hpp --- src/func_create_ff.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/func_create_ff.hpp b/src/func_create_ff.hpp index 14ac7363..4a732a9f 100644 --- a/src/func_create_ff.hpp +++ b/src/func_create_ff.hpp @@ -30,9 +30,9 @@ namespace Func ~CreateFF(); public: - virtual int operator()(Branches2 &branches_, - char const *fusepath, - mode_t const mode, - fuse_file_info_t *ffi); + virtual int operator()(Branches2 &branches, + ghc::filesystem::path const &fusepath, + mode_t const mode, + fuse_file_info_t *ffi); }; }