Browse Source

branches2.hpp

toml4
Antonio SJ Musumeci 10 months ago
parent
commit
be856a0cd8
  1. 2
      src/branches2.hpp

2
src/branches2.hpp

@ -15,5 +15,5 @@ public:
uint64_t min_free_space; uint64_t min_free_space;
private: private:
std::vector<Branch2Tier> _branches;
std::vector<BranchTier> _branches;
}; };
Loading…
Cancel
Save