Browse Source

branches2.hpp

toml4
Antonio SJ Musumeci 1 year ago
parent
commit
a024a45cd7
  1. 2
      src/branches2.hpp

2
src/branches2.hpp

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