From 01804ea41e0ba47d9ec349eef651282e4826a536 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 17 May 2016 15:43:07 -0700 Subject: 2969 --- 058shape_shifting_recipe.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/058shape_shifting_recipe.cc b/058shape_shifting_recipe.cc index c64bc840..c69678bf 100644 --- a/058shape_shifting_recipe.cc +++ b/058shape_shifting_recipe.cc @@ -275,7 +275,7 @@ void compute_type_names(recipe& variant) { void save_or_deduce_type_name(reagent& x, map& type, const recipe& variant) { trace(9994, "transform") << " checking " << to_string(x) << ": " << names_to_string(x.type) << end(); if (!x.type && contains_key(type, x.name)) { - x.type = new type_tree(*get(type, x.name)); //TODO + x.type = new type_tree(*get(type, x.name)); trace(9994, "transform") << " deducing type to " << names_to_string(x.type) << end(); return; } -- cgit 1.4.1-2-gfad0