From a024a45cd731e42d48430f4ade55c379cd5c1405 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Wed, 24 Jan 2024 23:33:52 -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 d50aa051..e164e8b1 100644 --- a/src/branches2.hpp +++ b/src/branches2.hpp @@ -7,5 +7,5 @@ typedef std::vector Branch2Vec; class Branches2 : public std::vector { - + uint64_t min_free_space; };