From 631cd5fc16bd62cbbbc4e8f0218fe0eeec7ebecc Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Thu, 25 Jan 2024 20:06:23 -0600 Subject: [PATCH] branches2.hpp --- src/branches2.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/branches2.hpp b/src/branches2.hpp index c3aca2ac..b176d875 100644 --- a/src/branches2.hpp +++ b/src/branches2.hpp @@ -13,6 +13,9 @@ private: class Branches2 { +public: + Branches2(toml::value const &); + public: uint64_t min_free_space;