summaryrefslogtreecommitdiff
path: root/TAO/tao/Vector_Argument_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Vector_Argument_T.cpp')
-rw-r--r--TAO/tao/Vector_Argument_T.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/Vector_Argument_T.cpp b/TAO/tao/Vector_Argument_T.cpp
index 2e6b2bc35bd..18ea19ca6c5 100644
--- a/TAO/tao/Vector_Argument_T.cpp
+++ b/TAO/tao/Vector_Argument_T.cpp
@@ -23,8 +23,7 @@ template<typename S,
template <typename> class Insert_Policy>
void
TAO::In_Vector_Argument_T<S,Insert_Policy>::interceptor_value (
- CORBA::Any *any
- ) const
+ CORBA::Any *any) const
{
Insert_Policy<S>::any_insert (any, this->x_);
}