Browse Source

branches2.hpp

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

6
src/branches2.hpp

@ -4,4 +4,8 @@
typedef std::vector<Branch2> Branch2Vec; typedef std::vector<Branch2> Branch2Vec;
typedef std::vector<Branch2Vec> Branches2;
class Branches2 : public std::vector<Branch2Vec>
{
};
Loading…
Cancel
Save