about summary refs log tree commit diff stats
path: root/054dilated_reagent.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-01-18 16:46:07 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-01-18 16:46:07 -0800
commit4f32f024b9daafa0e1e0d48244c7f75f49f38db8 (patch)
tree88d070d293ef7178f884c093e9e036a591168890 /054dilated_reagent.cc
parentd5f89e0facc8bdfd93d6e487c90cd450ee21a2e8 (diff)
downloadmu-4f32f024b9daafa0e1e0d48244c7f75f49f38db8.tar.gz
2569
Diffstat (limited to '054dilated_reagent.cc')
-rw-r--r--054dilated_reagent.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/054dilated_reagent.cc b/054dilated_reagent.cc
index 76de7157..cab72cfb 100644
--- a/054dilated_reagent.cc
+++ b/054dilated_reagent.cc
@@ -112,7 +112,7 @@ if (s.at(0) == '{') {
       // this type can't be an integer literal
     put(Type_ordinal, type_name, Next_type_ordinal++);
   }
-  type = new type_tree(get(Type_ordinal, type_name));
+  type = new_type_tree(properties.at(0).second);
   return;
 }