summaryrefslogtreecommitdiff
path: root/TAO/tao/Var_Size_Argument_T.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Var_Size_Argument_T.inl')
-rw-r--r--TAO/tao/Var_Size_Argument_T.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Var_Size_Argument_T.inl b/TAO/tao/Var_Size_Argument_T.inl
index eba3d623bea..82cb065b1de 100644
--- a/TAO/tao/Var_Size_Argument_T.inl
+++ b/TAO/tao/Var_Size_Argument_T.inl
@@ -13,7 +13,7 @@ template<typename S,
template <typename> class Insert_Policy>
ACE_INLINE
const S &
-TAO::In_Var_Size_Argument_T<S,Insert_Policy>::arg (void) const
+TAO::In_Var_Size_Argument_T<S,Insert_Policy>::arg () const
{
return *this->x_;
}