branches2.hpp

This commit is contained in:
Antonio SJ Musumeci 2024-02-04 22:18:14 -06:00
parent 2e012e811c
commit 3869237b25

View File

@ -17,8 +17,8 @@ public:
uint64_t min_free_space;
public:
int clonepath(ghc::filesystem::path &basepath,
ghc::filesystem::path &fusepath);
int clonepath(ghc::filesystem::path basepath,
ghc::filesystem::path fusepath);
public:
std::vector<BranchTier>::iterator begin() { return _branches.begin(); }