Browse Source

branches2.cpp

toml4
Antonio SJ Musumeci 9 months ago
parent
commit
9ae8b8095c
  1. 3
      src/branches2.cpp

3
src/branches2.cpp

@ -26,9 +26,12 @@ Branches2::Branches2(toml::value const &v_)
void void
Branches2::copy_enabled_rw(Branches2 &b_) Branches2::copy_enabled_rw(Branches2 &b_)
{ {
_branches.resize(b_._branches.size());
for(auto const &bt : _branches) for(auto const &bt : _branches)
{ {
BranchTier newbt;
bt.copy_enabled_rw(newbt)
} }
} }

Loading…
Cancel
Save