summaryrefslogtreecommitdiff
path: root/TAO/tao/Fixed_Array_Argument_T.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Fixed_Array_Argument_T.inl')
-rw-r--r--TAO/tao/Fixed_Array_Argument_T.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Fixed_Array_Argument_T.inl b/TAO/tao/Fixed_Array_Argument_T.inl
index de1d1bfd087..2a90e493d3e 100644
--- a/TAO/tao/Fixed_Array_Argument_T.inl
+++ b/TAO/tao/Fixed_Array_Argument_T.inl
@@ -17,7 +17,7 @@ In_Fixed_Array_Argument_T (const typename S_forany::_slice_type * x)
// doesn't work either). It's not clear if this is
// really the right thing to do but the code won't
// compile without it.
- (S_forany::slice_type *) x
+ (S_forany::_slice_type *) x
#else
const_cast<typename S_forany::_slice_type *> (x)
#endif /* IBMCPP <= 600 */