summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_ch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_ch.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_ch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_ch.cpp b/TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_ch.cpp
index 56f8e7ee686..63fbc5addff 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_ch.cpp
@@ -125,7 +125,7 @@ be_visitor_valuebox_ch::visit_valuebox (be_valuebox *node)
*os << "virtual ::CORBA::Boolean "
<< "_tao_unmarshal_v (TAO_InputCDR &);" << be_nl;
*os << "virtual ::CORBA::Boolean "
- << "_tao_match_formal_type (ptrdiff_t ) const;" << be_nl;
+ << "_tao_match_formal_type (ptrdiff_t) const;" << be_nl;
// Private unimplemented default assignment operator
*os << be_uidt_nl << "private:" << be_idt_nl;