From 928eef672b8b2c4ea1267cbb26286e78959a66f5 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Wed, 7 Feb 2024 22:25:31 -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 bd6199d8..29331084 100644 --- a/src/branches2.cpp +++ b/src/branches2.cpp @@ -31,7 +31,7 @@ Branches2::copy_enabled_rw(Branches2 &b_) { BranchTier newbt; - bt.copy_enabled_rw(newbt) + bt.copy_enabled_rw(newbt); } }