Initialize the binary_ field of t_base_type.
authorDavid Reiss <dreiss@apache.org>
Tue, 18 Mar 2008 18:22:26 +0000 (18:22 +0000)
committerDavid 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

index a440380..b41e737 100644 (file)
@@ -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_;