From 29c006d6a47e9e0d5a7943efb9102b233be95e79 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 23 Feb 2016 16:30:59 -0800 Subject: 2694 --- 010vm.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/010vm.cc b/010vm.cc index eb848421..8ea38229 100644 --- a/010vm.cc +++ b/010vm.cc @@ -53,7 +53,7 @@ struct reagent { string original_string; string name; type_tree* type; - vector > properties; + vector > properties; // can't be a map because the string_tree sometimes needs to be NULL, which can be confusing double value; bool initialized; reagent(string s); -- cgit 1.4.1-2-gfad0