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