From 47be2da7a97e08700cef985f20e280b2cb3846a4 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 5 Feb 2024 11:47:58 -0600 Subject: [PATCH] func_create_base.hpp --- src/func_create_base.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/func_create_base.hpp b/src/func_create_base.hpp index f4e5fc03..2359959b 100644 --- a/src/func_create_base.hpp +++ b/src/func_create_base.hpp @@ -35,9 +35,9 @@ namespace Func virtual ~CreateBase() {}; public: - virtual int operator()(Branches2 &branches, - fs::Path const &fusepath, - mode_t const mode, - fuse_file_info_t *ffi) = 0; + virtual int operator()(Branches2 &branches, + fs::Path const &fusepath, + mode_t const mode, + fuse_file_info_t *ffi) }; }