summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_component
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-12-03 15:47:49 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-12-03 15:47:49 +0000
commit607fd8d78bdf7bf67abfd36fc94695b76ca0591a (patch)
treeb38500d63c72f247be69b03c2ba95f0944bbf71d /TAO/TAO_IDL/be/be_visitor_component
parente4ef3d10da6d318e70349799c3eaf024f8e28270 (diff)
downloadATCD-607fd8d78bdf7bf67abfd36fc94695b76ca0591a.tar.gz
ChangeLogTag: Fri Dec 3 15:46:55 UTC 2010 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_component')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_component/component_ami_rh_ex_base.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_component/component_ami_rh_ex_base.cpp b/TAO/TAO_IDL/be/be_visitor_component/component_ami_rh_ex_base.cpp
index fa1efcc6851..8d4ca76849b 100644
--- a/TAO/TAO_IDL/be/be_visitor_component/component_ami_rh_ex_base.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_component/component_ami_rh_ex_base.cpp
@@ -35,7 +35,7 @@ be_visitor_component_ami_rh_ex_base::post_process (be_decl *bd)
{
// Has to be (1) an argument, (2) not an IN arg, and
// (3) not the last INOUT or OUT arg.
- if (AST_Decl::NodeType () == AST_Decl::NT_argument)
+ if (bd->node_type () == AST_Decl::NT_argument)
{
AST_Argument *arg =
AST_Argument::narrow_from_decl (bd);