Browse Source

branches2.cpp

toml4
Antonio SJ Musumeci 10 months ago
parent
commit
61d84a9418
  1. 2
      src/branches2.cpp

2
src/branches2.cpp

@ -11,7 +11,7 @@ Branches2::Branches2(toml::value const &v_)
{ {
auto const &tiers = toml::find(v_,"tier"); auto const &tiers = toml::find(v_,"tier");
for(auto const &branch : branches.as_array())
for(auto const &tier : tiers.as_array())
{ {
} }
} }
Loading…
Cancel
Save