commit | f0712dc994e0f78423e8b99ba69fc2e2ed827bf1 | [log] [tgz] |
---|---|---|
author | Mark Slee <mcslee@apache.org> | Wed Oct 25 19:03:57 2006 +0000 |
committer | Mark Slee <mcslee@apache.org> | Wed Oct 25 19:03:57 2006 +0000 |
tree | 452b39ace3647675ac9f1e68946d040aaf7fdb40 | |
parent | a330265d8232c7e095f3fb0a03e001f349b806dd [diff] [blame] |
Update thrift compiler for new syntax, generate new form of C++ code Reviewed By: wayne, he loves less warnings git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664840 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/compiler/cpp/src/parse/t_function.h b/compiler/cpp/src/parse/t_function.h index 3d07171..6f06abe 100644 --- a/compiler/cpp/src/parse/t_function.h +++ b/compiler/cpp/src/parse/t_function.h
@@ -22,7 +22,7 @@ name_(name), arglist_(arglist), async_(async) { - xceptions_ = new t_struct; + xceptions_ = new t_struct(NULL); } t_function(t_type* returntype,