diff --git a/src/func_create_base.hpp b/src/func_create_base.hpp index 3bab02df..cfe4df8d 100644 --- a/src/func_create_base.hpp +++ b/src/func_create_base.hpp @@ -37,6 +37,6 @@ namespace Func virtual int operator()(Branches2 &branches, ghc::filesystem::path const &fusepath, mode_t const mode, - fuse_file_info_t *ffi) = 0; + fuse_file_info_t *ffi) = 0; }; }