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,6 +36,7 @@ class t_base_type : public t_type {
|
|||||||
t_type(name),
|
t_type(name),
|
||||||
base_(base),
|
base_(base),
|
||||||
string_list_(false),
|
string_list_(false),
|
||||||
|
binary_(false),
|
||||||
string_enum_(false){}
|
string_enum_(false){}
|
||||||
|
|
||||||
t_base get_base() const {
|
t_base get_base() const {
|
||||||
|
Loading…
Reference in New Issue
Block a user