Browse Source

branches2.cpp

toml4
Antonio SJ Musumeci 9 months ago
parent
commit
72fe28bafb
  1. 1
      src/branches2.cpp

1
src/branches2.cpp

@ -28,6 +28,7 @@ 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 : ) for(auto &bt : )
{ {
BranchTier newbt; BranchTier newbt;

Loading…
Cancel
Save