From c6034af30882b6a0a38bcf1fe546ed3dfd3bed04 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 25 Oct 2015 21:42:18 -0700 Subject: 2277 - reagents now have a tree of types --- 013literal_string.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '013literal_string.cc') diff --git a/013literal_string.cc b/013literal_string.cc index 78b15f18..569c8613 100644 --- a/013literal_string.cc +++ b/013literal_string.cc @@ -111,7 +111,7 @@ if (s.at(0) == '[') { s.erase(0, 1); strip_last(s); name = s; - types.push_back(0); + type = new type_tree(0); properties.push_back(pair >(name, vector())); properties.back().second.push_back("literal-string"); return; -- cgit 1.4.1-2-gfad0