From cfa69245afc3c0a7a8aede430356d4daa96be3f5 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 5 Feb 2024 11:48:01 -0600 Subject: [PATCH] func_create_base.hpp --- src/func_create_base.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/func_create_base.hpp b/src/func_create_base.hpp index 2359959b..a8c962bb 100644 --- a/src/func_create_base.hpp +++ b/src/func_create_base.hpp @@ -38,6 +38,6 @@ namespace Func virtual int operator()(Branches2 &branches, fs::Path const &fusepath, mode_t const mode, - fuse_file_info_t *ffi) + fuse_file_info_t *ffi) = 0; }; }