summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/TAO_IDL/be/be_interface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_interface.cpp b/TAO/TAO_IDL/be/be_interface.cpp
index 6423086ad49..d75afa50673 100644
--- a/TAO/TAO_IDL/be/be_interface.cpp
+++ b/TAO/TAO_IDL/be/be_interface.cpp
@@ -377,7 +377,7 @@ be_interface::gen_client_header (void)
// us
*ch << be_uidt_nl
<< "protected:" << be_idt_nl
- *ch << this->local_name () << " (" << be_idt << be_idt_nl
+ << this->local_name () << " (" << be_idt << be_idt_nl
<< "STUB_Object *objref = 0," << be_nl
<< "TAO_ServantBase *servant = 0," << be_nl
<< "CORBA::Boolean collocated = CORBA::B_FALSE" << be_uidt_nl