summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_root.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_root.h')
-rw-r--r--TAO/TAO_IDL/include/ast_root.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/include/ast_root.h b/TAO/TAO_IDL/include/ast_root.h
index 6ced9d7a015..f4f92ae9323 100644
--- a/TAO/TAO_IDL/include/ast_root.h
+++ b/TAO/TAO_IDL/include/ast_root.h
@@ -77,8 +77,7 @@ public:
// Constructor(s) and destructor.
AST_Root (void);
- AST_Root (UTL_ScopedName *n,
- UTL_StrList *p);
+ AST_Root (UTL_ScopedName *n);
virtual ~AST_Root (void);