summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB_Core_Auto_Ptr.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ORB_Core_Auto_Ptr.inl')
-rw-r--r--TAO/tao/ORB_Core_Auto_Ptr.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/ORB_Core_Auto_Ptr.inl b/TAO/tao/ORB_Core_Auto_Ptr.inl
index 85d46f6c3c9..a44313f7874 100644
--- a/TAO/tao/ORB_Core_Auto_Ptr.inl
+++ b/TAO/tao/ORB_Core_Auto_Ptr.inl
@@ -9,7 +9,7 @@ TAO_ORB_Core_Auto_Ptr::TAO_ORB_Core_Auto_Ptr (TAO_ORB_Core *p)
}
ACE_INLINE TAO_ORB_Core *
-TAO_ORB_Core_Auto_Ptr::get (void) const
+TAO_ORB_Core_Auto_Ptr::get () const
{
return this->p_;
}