diff options
Diffstat (limited to '010vm.cc')
-rw-r--r-- | 010vm.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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<pair<string, string_tree*> > properties; + vector<pair<string, string_tree*> > 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); |