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