summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Var_Array_SArgument_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Var_Array_SArgument_T.cpp')
-rw-r--r--TAO/tao/PortableServer/Var_Array_SArgument_T.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/PortableServer/Var_Array_SArgument_T.cpp b/TAO/tao/PortableServer/Var_Array_SArgument_T.cpp
index 199c000a022..ce95fbe024c 100644
--- a/TAO/tao/PortableServer/Var_Array_SArgument_T.cpp
+++ b/TAO/tao/PortableServer/Var_Array_SArgument_T.cpp
@@ -68,8 +68,7 @@ TAO::Inout_Var_Array_SArgument_T<S_forany,
typedef typename S_forany::_slice_type slice_type;
Insert_Policy<S_forany>::any_insert (
any,
- S_forany (const_cast <slice_type *>(this->x_))
- );
+ S_forany (const_cast <slice_type *>(this->x_)));
}
#endif /* TAO_HAS_INTERCEPTORS */