Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
cdfbeb8
)
Initialize the binary_ field of t_base_type.
author
David Reiss
<dreiss@apache.org>
Tue, 18 Mar 2008 18:22:26 +0000
(18:22 +0000)
committer
David Reiss
<dreiss@apache.org>
Tue, 18 Mar 2008 18:22:26 +0000
(18:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665574
13f79535
-47bb-0310-9956-
ffa450edef68
compiler/cpp/src/parse/t_base_type.h
patch
|
blob
|
history
diff --git
a/compiler/cpp/src/parse/t_base_type.h
b/compiler/cpp/src/parse/t_base_type.h
index
a440380
..
b41e737
100644
(file)
--- 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_;