From 104d9f8a30c479fe661883b295f120ab035645d9 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Wed, 17 Mar 2021 10:52:29 +0100 Subject: Removed redundant void --- TAO/tao/Seq_Var_T.inl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'TAO/tao/Seq_Var_T.inl') diff --git a/TAO/tao/Seq_Var_T.inl b/TAO/tao/Seq_Var_T.inl index bee41dfe39c..6d96a3176af 100644 --- a/TAO/tao/Seq_Var_T.inl +++ b/TAO/tao/Seq_Var_T.inl @@ -25,7 +25,7 @@ TAO_Seq_Var_Base_T::~TAO_Seq_Var_Base_T (void) template ACE_INLINE const T * -TAO_Seq_Var_Base_T::operator-> (void) const +TAO_Seq_Var_Base_T::operator-> () const { return this->ptr_; } @@ -62,7 +62,7 @@ TAO_Seq_Var_Base_T::operator T & () const template ACE_INLINE const T & -TAO_Seq_Var_Base_T::in (void) const +TAO_Seq_Var_Base_T::in () const { return *this->ptr_; } @@ -98,7 +98,7 @@ TAO_Seq_Var_Base_T::_retn (void) template ACE_INLINE T * -TAO_Seq_Var_Base_T::ptr (void) const +TAO_Seq_Var_Base_T::ptr () const { return this->ptr_; } -- cgit v1.2.1