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
This commit is contained in:
David Reiss 2008-03-18 18:22:26 +00:00
parent cdfbeb8d75
commit 968bed847e

View File

@ -36,6 +36,7 @@ class t_base_type : public t_type {
t_type(name),
base_(base),
string_list_(false),
binary_(false),
string_enum_(false){}
t_base get_base() const {