Browse Source

branches2.hpp

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

2
src/branches2.hpp

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