diff --git a/src/branches2.hpp b/src/branches2.hpp index dd3efcda..d50aa051 100644 --- a/src/branches2.hpp +++ b/src/branches2.hpp @@ -4,4 +4,8 @@ typedef std::vector Branch2Vec; -typedef std::vector Branches2; + +class Branches2 : public std::vector +{ + +};