From f15705ccad69e4671b623f847646d2901cb03e1e Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 28 Jan 2024 23:24:13 -0600 Subject: [PATCH] branch_tier.cpp --- src/branch_tier.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/branch_tier.cpp b/src/branch_tier.cpp index 13812a95..35d8cf59 100644 --- a/src/branch_tier.cpp +++ b/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); + l::load_literal_branch(table); else if(type == "glob") ; else if(type == "scan")