summaryrefslogtreecommitdiff
path: root/TAO/tao/Special_Basic_Argument_T.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Special_Basic_Argument_T.inl')
-rw-r--r--TAO/tao/Special_Basic_Argument_T.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Special_Basic_Argument_T.inl b/TAO/tao/Special_Basic_Argument_T.inl
index d36f60b04bd..0fe4c12ecc3 100644
--- a/TAO/tao/Special_Basic_Argument_T.inl
+++ b/TAO/tao/Special_Basic_Argument_T.inl
@@ -18,7 +18,7 @@ template<typename S,
template <typename> class Insert_Policy>
ACE_INLINE
S const &
-TAO::In_Special_Basic_Argument_T<S,to_S,from_S,Insert_Policy>::arg (void) const
+TAO::In_Special_Basic_Argument_T<S,to_S,from_S,Insert_Policy>::arg () const
{
return this->x_;
}