summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_array/array.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_array/array.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_array/array.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_array/array.cpp b/TAO/TAO_IDL/be/be_visitor_array/array.cpp
index 5334f051af4..c03f8a00798 100644
--- a/TAO/TAO_IDL/be/be_visitor_array/array.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_array/array.cpp
@@ -83,6 +83,8 @@ be_visitor_array::visit_predefined_type (be_predefined_type *node)
{
TAO_OutStream *os = this->ctx_->stream ();
AST_PredefinedType::PredefinedType pt = node->pt ();
+
+ *os << "::";
if (pt == AST_PredefinedType::PT_pseudo
|| pt == AST_PredefinedType::PT_object)