diff --git a/src/branches2.hpp b/src/branches2.hpp index 74c650d4..a1fe5e3e 100644 --- a/src/branches2.hpp +++ b/src/branches2.hpp @@ -23,5 +23,5 @@ public: uint64_t min_free_space; private: - std::vector _branches; + std::vector _branches; };