summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_union_branch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_union_branch.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_union_branch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_union_branch.cpp b/TAO/TAO_IDL/be/be_union_branch.cpp
index 2328d31b26d..316df27920a 100644
--- a/TAO/TAO_IDL/be/be_union_branch.cpp
+++ b/TAO/TAO_IDL/be/be_union_branch.cpp
@@ -95,7 +95,7 @@ be_union_branch::gen_label_value (TAO_OutStream *os, unsigned long index)
// we must prefix the enum value with something...
be_decl* decl =
scope->decl ();
- *os << decl->fullname () << "::" << e->n ();
+ *os << decl->full_name () << "::" << e->n ();
return 0;
}