Browse Source

branch_tier.cpp

toml4
Antonio SJ Musumeci 10 months ago
parent
commit
b85a9c82f9
  1. 3
      src/branch_tier.cpp

3
src/branch_tier.cpp

@ -30,8 +30,7 @@ namespace l
for(auto &path : paths)
{
table["path"] = path;
branches_.emplace_back(table);
branches_.emplace_back(table);
branches_.push_back(table);
}
}

Loading…
Cancel
Save