From c89b7d5dbae80e6662a06e9d7602e63b143b9a65 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 5 Feb 2024 11:54:47 -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 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); }; }