Browse Source

branches2.hpp

toml4
Antonio SJ Musumeci 10 months ago
parent
commit
92aca75fab
  1. 1
      src/branches2.hpp

1
src/branches2.hpp

@ -7,5 +7,6 @@ typedef std::vector<Branch2> Branch2Vec;
class Branches2 : public std::vector<Branch2Vec>
{
public:
uint64_t min_free_space;
};
Loading…
Cancel
Save