func_create_base.hpp

This commit is contained in:
Antonio SJ Musumeci 2024-02-05 11:47:51 -06:00
parent c89227d7ef
commit 50593e7646

View File

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