summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/ast/ast_type.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/ast/ast_type.cpp')
-rw-r--r--TAO/TAO_IDL/ast/ast_type.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/ast/ast_type.cpp b/TAO/TAO_IDL/ast/ast_type.cpp
index 74cccb4cee5..b045e681c52 100644
--- a/TAO/TAO_IDL/ast/ast_type.cpp
+++ b/TAO/TAO_IDL/ast/ast_type.cpp
@@ -74,6 +74,7 @@ ACE_RCSID(ast, ast_type, "$Id$")
// Constructor(s) and destructor.
AST_Type::AST_Type (void)
+ : ifr_added_ (0)
{
}
@@ -82,7 +83,8 @@ AST_Type::AST_Type (AST_Decl::NodeType nt,
UTL_StrList *p)
: AST_Decl (nt,
n,
- p)
+ p),
+ ifr_added_ (0)
{
}