From: David Reiss Date: Tue, 18 Mar 2008 18:22:26 +0000 (+0000) Subject: Initialize the binary_ field of t_base_type. X-Git-Tag: 0.2.0~898 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=968bed847ee347a6f1ff71ebc5172154dcc03182;p=common%2Fthrift.git 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 a4403800..b41e7370 100644 --- a/compiler/cpp/src/parse/t_base_type.h +++ b/compiler/cpp/src/parse/t_base_type.h @@ -36,7 +36,8 @@ class t_base_type : public t_type { t_type(name), base_(base), string_list_(false), - string_enum_(false) {} + binary_(false), + string_enum_(false){} t_base get_base() const { return base_;