Browse Source

branches2.cpp

toml4
Antonio SJ Musumeci 9 months ago
parent
commit
045c83afe0
  1. 2
      src/branches2.cpp

2
src/branches2.cpp

@ -27,7 +27,7 @@ void
Branches2::copy_enabled_rw(Branches2 &b_) Branches2::copy_enabled_rw(Branches2 &b_)
{ {
_branches.resize(b_._branches.size()); _branches.resize(b_._branches.size());
for(auto const &bt : _branches)
for(auto &bt : _branches)
{ {
BranchTier newbt; BranchTier newbt;

Loading…
Cancel
Save