branches2.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-01-27 00:49:48 -06:00
parent 7b76221d1b
commit 61d84a9418

View File

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