diff --git a/src/branches2.hpp b/src/branches2.hpp index 38e0cf6d..68b1e53c 100644 --- a/src/branches2.hpp +++ b/src/branches2.hpp @@ -2,8 +2,10 @@ #include -typedef std::vector Branch2Vec; +class Branch2Vec : public std::vector +{ +}; class Branches2 : public std::vector {