diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-03 15:58:08 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-03 15:58:08 +0000 |
commit | 922192f0172c55d2cabe96a2a3fa1d40b91942c6 (patch) | |
tree | 021718fe785749a80246cd9308147e4cc507c3fa /TAO/TAO_IDL | |
parent | 295a7854d2ae869fb7d4117d4ccd72006bce6daf (diff) | |
download | ATCD-922192f0172c55d2cabe96a2a3fa1d40b91942c6.tar.gz |
ChangeLogTag: Tue Oct 3 10:52:07 2000 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/TAO_IDL')
-rw-r--r-- | TAO/TAO_IDL/ast/ast_structure.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/ast/ast_structure.cpp b/TAO/TAO_IDL/ast/ast_structure.cpp index c56ad9eaae8..8158e05493c 100644 --- a/TAO/TAO_IDL/ast/ast_structure.cpp +++ b/TAO/TAO_IDL/ast/ast_structure.cpp @@ -433,8 +433,8 @@ AST_Structure::fe_add_enum (AST_Enum *t) } } - // Add it to scope. - this->add_to_scope (t); + // Add it to local types. + this->add_to_local_types (t); // Add it to set of locally referenced symbols. this->add_to_referenced (t, |