From 9b1d55840dbb5f676fdfcbca30f3fca2313b0ef1 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Wed, 7 Feb 2024 23:03:07 -0600 Subject: [PATCH] branch_tier.hpp --- src/branch_tier.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/branch_tier.hpp b/src/branch_tier.hpp index c5300973..0d586c3d 100644 --- a/src/branch_tier.hpp +++ b/src/branch_tier.hpp @@ -13,7 +13,7 @@ public: BranchTier(toml::value const &); public: - void copy_enabled_rw(BranchTier &); + void copy_enabled_rw(BranchTier &) const; public: uint64_t min_free_space;