mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 02:45:22 +00:00
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:
parent
cdfbeb8d75
commit
968bed847e
@ -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_;
|
||||
|
Loading…
Reference in New Issue
Block a user