From fe67d47aa4598497e295510cf27f702a3e118632 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 21 Feb 2015 21:53:41 -0800 Subject: 810 --- cpp/010vm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpp/010vm') diff --git a/cpp/010vm b/cpp/010vm index cf064581..2f2268ba 100644 --- a/cpp/010vm +++ b/cpp/010vm @@ -99,7 +99,8 @@ struct type_info { bool is_record; bool is_array; vector target; // only if is_address - vector > elements; // only if is_record or is_array + vector > elements; // only if is_record + vector element; // only if is_array type_info() :size(0), is_address(false), is_record(false), is_array(false) {} }; -- cgit 1.4.1-2-gfad0