summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_argument/argument.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_argument/argument.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_argument/argument.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_argument/argument.cpp b/TAO/TAO_IDL/be/be_visitor_argument/argument.cpp
index 22e77c1924a..bf19a07a4d6 100644
--- a/TAO/TAO_IDL/be/be_visitor_argument/argument.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_argument/argument.cpp
@@ -64,7 +64,7 @@ be_visitor_args::type_name (be_type *node, const char *suffix)
(this->ctx_->scope (), suffix));
break;
default: // fullname for all other cases
- ACE_OS::sprintf (namebuf, "%s", bt->fullname ());
+ ACE_OS::sprintf (namebuf, "%s", bt->full_name ());
if (suffix)
ACE_OS::strcat (namebuf, suffix);
}