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); }; }