Browse Source

branches2.hpp

toml4
Antonio SJ Musumeci 10 months ago
parent
commit
936202d0bb
  1. 4
      src/branches2.hpp

4
src/branches2.hpp

@ -2,8 +2,10 @@
#include <vector> #include <vector>
typedef std::vector<Branch2> Branch2Vec;
class Branch2Vec : public std::vector<Branch2>
{
};
class Branches2 : public std::vector<Branch2Vec> class Branches2 : public std::vector<Branch2Vec>
{ {

Loading…
Cancel
Save