summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_interface/amh_rh_sh.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_interface/amh_rh_sh.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/amh_rh_sh.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/amh_rh_sh.cpp b/TAO/TAO_IDL/be/be_visitor_interface/amh_rh_sh.cpp
index 2633b1bc693..26e93763e90 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/amh_rh_sh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/amh_rh_sh.cpp
@@ -72,7 +72,7 @@ be_visitor_amh_rh_interface_sh::visit_interface (be_interface *node)
*os << "class " << be_global->skel_export_macro ()
<< " " << rh_skel_class_name.c_str () << be_idt_nl
<< ": public " << inherit_tao_parent.c_str () << "," << be_idt_nl
- << "public " << inherit_client_parent.c_str () << be_uidt << be_uidt;
+ << "public ::" << inherit_client_parent.c_str () << be_uidt << be_uidt;
*os << be_nl
<< "{" << be_nl