Browse Source

func_create_base.hpp

toml4
Antonio SJ Musumeci 9 months ago
parent
commit
079f1149e9
  1. 2
      src/func_create_base.hpp

2
src/func_create_base.hpp

@ -37,6 +37,6 @@ namespace Func
virtual int operator()(Branches2 &branches, virtual int operator()(Branches2 &branches,
ghc::filesystem::path const &fusepath, ghc::filesystem::path const &fusepath,
mode_t const mode, mode_t const mode,
fuse_file_info_t *ffi) = 0;
fuse_file_info_t *ffi) = 0;
}; };
} }
Loading…
Cancel
Save