diff --git a/src/branch_tier.cpp b/src/branch_tier.cpp index ceff56a4..62c1ea11 100644 --- a/src/branch_tier.cpp +++ b/src/branch_tier.cpp @@ -72,7 +72,7 @@ BranchTier::BranchTier(toml::value const &v_) } void -BranchTier::copy_enabled_rw(BranchTier &bt_) +BranchTier::copy_enabled_rw(BranchTier &bt_) const { for(auto const &b : _branches) {