From c02abf198fd5bb9c047f7ad69e880cba276be4c9 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sat, 3 Feb 2024 23:14:10 -0600 Subject: [PATCH] fuse_create_base.hpp --- src/fuse_create_base.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/fuse_create_base.hpp b/src/fuse_create_base.hpp index 373d55f4..571d856a 100644 --- a/src/fuse_create_base.hpp +++ b/src/fuse_create_base.hpp @@ -29,9 +29,9 @@ namespace virtual ~CreateBase() {}; public: - virtual int operator(Branches &branches_, - char const *fusepath, - mode_t const mode, + virtual int operator(Branches &branches_, + char const *fusepath, + mode_t const mode, fuse_file_info_t *ffi) = 0; }; }