From 0c75e08b8af684b0d6cebd6c411851ae66ee3b78 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Wed, 7 Feb 2024 21:06:21 -0600 Subject: [PATCH] branches2.cpp --- src/branches2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/branches2.cpp b/src/branches2.cpp index e80bf7dc..ea659cbd 100644 --- a/src/branches2.cpp +++ b/src/branches2.cpp @@ -24,7 +24,7 @@ Branches2::Branches2(toml::value const &v_) } void -Branches2::copy_enabled_rw(Branches &b_) +Branches2::copy_enabled_rw(Branches2 &b_) { for(auto const &bt : _branches) {