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. --- 014literal_string.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '014literal_string.cc') diff --git a/014literal_string.cc b/014literal_string.cc index d089250e..12015f3b 100644 --- a/014literal_string.cc +++ b/014literal_string.cc @@ -110,7 +110,7 @@ if (s.at(0) == '[') { s.erase(0, 1); strip_last(s); name = s; - type = new type_tree(0); + type = new type_tree("literal-string", 0); properties.push_back(pair(name, new string_tree("literal-string"))); return; } -- cgit 1.4.1-2-gfad0