commit | 968bed847ee347a6f1ff71ebc5172154dcc03182 | [log] [tgz] |
---|---|---|
author | David Reiss <dreiss@apache.org> | Tue Mar 18 18:22:26 2008 +0000 |
committer | David Reiss <dreiss@apache.org> | Tue Mar 18 18:22:26 2008 +0000 |
tree | 9c24c999d6103f6dcc44fa1142bf3d638f6e5fc6 | |
parent | cdfbeb8d756c3f76fa2ac8a62e48ca81e46674f1 [diff] |
Initialize the binary_ field of t_base_type. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665574 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/compiler/cpp/src/parse/t_base_type.h b/compiler/cpp/src/parse/t_base_type.h index a440380..b41e737 100644 --- a/compiler/cpp/src/parse/t_base_type.h +++ b/compiler/cpp/src/parse/t_base_type.h
@@ -36,7 +36,8 @@ t_type(name), base_(base), string_list_(false), - string_enum_(false) {} + binary_(false), + string_enum_(false){} t_base get_base() const { return base_;