diff options
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_root.h')
-rw-r--r-- | TAO/TAO_IDL/be_include/be_root.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/be_include/be_root.h b/TAO/TAO_IDL/be_include/be_root.h index 3bcaacb4ca1..b8560d5a391 100644 --- a/TAO/TAO_IDL/be_include/be_root.h +++ b/TAO/TAO_IDL/be_include/be_root.h @@ -26,7 +26,6 @@ #include "be_scope.h" #include "ast_root.h" -class UTL_StrList; class be_visitor; class be_root : public virtual AST_Root, @@ -42,8 +41,7 @@ public: be_root (void); // Default constructor. - be_root (UTL_ScopedName *n, - UTL_StrList *p); + be_root (UTL_ScopedName *n); // Constructor that sets its scoped name <n>, and any pragmas <p>. // Scope management functions that override the AST scope management methods |