From afff02bdf17e7561b27d14b0d5c2af1782fa7093 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sat, 3 Feb 2024 23:19:50 -0600 Subject: [PATCH] func_create_ff.hpp --- src/func_create_ff.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/func_create_ff.hpp b/src/func_create_ff.hpp index c4c6ef33..4efe2b09 100644 --- a/src/func_create_ff.hpp +++ b/src/func_create_ff.hpp @@ -33,6 +33,6 @@ namespace Func virtual int operator(Branches2 &branches_, char const *fusepath, mode_t const mode, - fuse_file_info_t *ffi) = 0; + fuse_file_info_t *ffi); }; }