diff --git a/src/branch_tier.cpp b/src/branch_tier.cpp index 35d8cf59..2dee8f92 100644 --- a/src/branch_tier.cpp +++ b/src/branch_tier.cpp @@ -23,8 +23,8 @@ BranchTier::BranchTier(toml::value const &v_) for(auto const &branch : branches) { + std::string type; auto const &table = branch.as_table(); - std::string type; type = table.at("type").as_string(); if(type == "literal")