Browse Source

func_create_base.hpp

toml4
Antonio SJ Musumeci 9 months ago
parent
commit
6db1e2ecd6
  1. 4
      src/func_create_base.hpp

4
src/func_create_base.hpp

@ -34,8 +34,8 @@ namespace Func
virtual ~CreateBase() {}; virtual ~CreateBase() {};
public: public:
virtual int operator()(Branches2 &branches_,
char const *fusepath,
virtual int operator()(Branches2 &branches,
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