Browse Source

branches2.cpp

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

2
src/branches2.cpp

@ -24,7 +24,7 @@ Branches2::Branches2(toml::value const &v_)
} }
void void
Branches2::copy_enabled_rw(Branches &b_)
Branches2::copy_enabled_rw(Branches2 &b_)
{ {
for(auto const &bt : _branches) for(auto const &bt : _branches)
{ {

Loading…
Cancel
Save