Browse Source

branches2.hpp

toml4
Antonio SJ Musumeci 9 months ago
parent
commit
3869237b25
  1. 4
      src/branches2.hpp

4
src/branches2.hpp

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

Loading…
Cancel
Save