Browse Source

branch_tier.cpp

toml4
Antonio SJ Musumeci 10 months ago
parent
commit
7f188be486
  1. 2
      src/branch_tier.cpp

2
src/branch_tier.cpp

@ -28,7 +28,7 @@ BranchTier::BranchTier(toml::value const &v_)
type = table.at("type").as_string();
if(type == "literal")
;
load_literal_branch(table);
else if(type == "glob")
;
else if(type == "scan")

Loading…
Cancel
Save