Browse Source

func_create_base.hpp

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

6
src/func_create_base.hpp

@ -35,9 +35,9 @@ namespace Func
virtual ~CreateBase() {};
public:
virtual int operator()(Branches2 &branches,
ghc::filesystem::path const &fusepath,
mode_t const mode,
virtual int operator()(Branches2 &branches,
fs::Path const &fusepath,
mode_t const mode,
fuse_file_info_t *ffi) = 0;
};
}
Loading…
Cancel
Save