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); } }