summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Object_SArgument_T.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Object_SArgument_T.inl')
-rw-r--r--TAO/tao/PortableServer/Object_SArgument_T.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/PortableServer/Object_SArgument_T.inl b/TAO/tao/PortableServer/Object_SArgument_T.inl
index fdda464dbdf..d7e8a6fa572 100644
--- a/TAO/tao/PortableServer/Object_SArgument_T.inl
+++ b/TAO/tao/PortableServer/Object_SArgument_T.inl
@@ -7,7 +7,7 @@ template<typename S_ptr,
template <typename> class Insert_Policy>
ACE_INLINE
S_ptr
-TAO::In_Object_SArgument_T<S_ptr,S_var,Insert_Policy>::arg (void) const
+TAO::In_Object_SArgument_T<S_ptr,S_var,Insert_Policy>::arg () const
{
return this->x_.in ();
}