diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-05-24 02:50:40 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-05-24 02:50:40 +0000 |
commit | 8c4f4160ea070e4314f10d8bc8ef36546280c5b5 (patch) | |
tree | df64bf401ce34eb0b00eab09e5bc8908b92aa71e /TAO/TAO_IDL/be/be_visitor_attribute | |
parent | 6afea772490ea941fc2c4279366aa48e21033da0 (diff) | |
download | ATCD-8c4f4160ea070e4314f10d8bc8ef36546280c5b5.tar.gz |
ChangeLogTag: Wed May 23 21:27:28 2001 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_attribute')
-rw-r--r-- | TAO/TAO_IDL/be/be_visitor_attribute/attribute.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_attribute/attribute.cpp b/TAO/TAO_IDL/be/be_visitor_attribute/attribute.cpp index 7471325c568..14f61f6631d 100644 --- a/TAO/TAO_IDL/be/be_visitor_attribute/attribute.cpp +++ b/TAO/TAO_IDL/be/be_visitor_attribute/attribute.cpp @@ -221,7 +221,7 @@ be_visitor_attribute::visit_attribute (be_attribute *node) be_predefined_type *rt = new be_predefined_type (AST_PredefinedType::PT_void, new UTL_ScopedName (new Identifier - ("void", 1, 0, I_FALSE), 0), + ("void"), 0), 0); // argument type is the same as the attribute type be_argument *arg = new be_argument (AST_Argument::dir_IN, |