Browse Source

branch_tier.cpp

toml4
Antonio SJ Musumeci 9 months ago
parent
commit
dadbab5b77
  1. 2
      src/branch_tier.cpp

2
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)
{

Loading…
Cancel
Save