Browse Source

branch_tier.cpp

toml4
Antonio SJ Musumeci 11 months ago
parent
commit
54c019814f
  1. 1
      src/branch_tier.cpp

1
src/branch_tier.cpp

@ -31,6 +31,7 @@ namespace l
{
table["path"] = path;
branches_.emplace_back(table);
branches_.emplace_back(table);
}
}

Loading…
Cancel
Save