Browse Source

branches2.hpp

toml4
Antonio SJ Musumeci 9 months ago
parent
commit
2ef7be823d
  1. 3
      src/branches2.hpp

3
src/branches2.hpp

@ -17,7 +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);
public: public:
std::vector<BranchTier>::iterator begin() { return _branches.begin(); } std::vector<BranchTier>::iterator begin() { return _branches.begin(); }

Loading…
Cancel
Save