func_create_base.hpp

This commit is contained in:
Antonio SJ Musumeci 2024-02-04 22:15:12 -06:00
parent 6db1e2ecd6
commit 079f1149e9

View File

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