From e7bc60351c2bc5c8a0bb07171107fef7e0574600 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Thu, 25 Jan 2024 23:28:11 -0600 Subject: [PATCH] branches2.hpp --- src/branches2.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };