Browse Source

branches2.cpp

toml4
Antonio SJ Musumeci 9 months ago
parent
commit
737a694adf
  1. 8
      src/branches2.cpp

8
src/branches2.cpp

@ -29,12 +29,8 @@ Branches2::copy_enabled_rw(Branches2 &b_) const
if(b_._branches.size() < _branches.size()) if(b_._branches.size() < _branches.size())
b_._branches.resize(_branches.size()); b_._branches.resize(_branches.size());
for(auto &bt : )
{
BranchTier newbt;
bt.copy_enabled_rw(newbt);
}
for(int i = 0; i < _branches.size(); i++)
_branches[i].copy_enabled_rw(b_._branches[i]);
} }
int int

Loading…
Cancel
Save