Browse Source

branches2.hpp

toml4
Antonio SJ Musumeci 10 months ago
parent
commit
693444b8ca
  1. 3
      src/branches2.hpp

3
src/branches2.hpp

@ -12,4 +12,7 @@ class Branches2 : public std::vector<Branch2Vec>
{
public:
uint64_t min_free_space;
private:
std::vector<Branch2Vec> _branches;
};
Loading…
Cancel
Save