Browse Source

branch_tier.cpp

toml4
Antonio SJ Musumeci 10 months ago
parent
commit
f6aa1c71ce
  1. 4
      src/branch_tier.cpp

4
src/branch_tier.cpp

@ -35,7 +35,9 @@ namespace l
branches_.emplace_back(table); branches_.emplace_back(table);
table["path"] = paths[2]; table["path"] = paths[2];
branches_.emplace_back(table);
branches_.emplace_back(table);
pause();
for(auto &path : paths) for(auto &path : paths)
{ {

Loading…
Cancel
Save