From 343bc5359b93d4b589544671804f11d42f67d694 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 20 Feb 2016 08:54:42 -0800 Subject: 2677 Include type names in the type tree. Though we aren't using them yet. --- 040brace.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '040brace.cc') diff --git a/040brace.cc b/040brace.cc index 007088a3..873c604c 100644 --- a/040brace.cc +++ b/040brace.cc @@ -114,7 +114,7 @@ void transform_braces(const recipe_ordinal r) { } // if implicit, compute target reagent target; - target.type = new type_tree(get(Type_ordinal, "offset")); + target.type = new type_tree("offset", get(Type_ordinal, "offset")); target.properties.at(0).second = new string_tree("offset"); target.set_value(0); if (open_braces.empty()) -- cgit 1.4.1-2-gfad0