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