diff options
Diffstat (limited to 'TAO/tao/Sequence_T.cpp')
-rw-r--r-- | TAO/tao/Sequence_T.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Sequence_T.cpp b/TAO/tao/Sequence_T.cpp index 9dd7a53ae4b..f83bce80ab7 100644 --- a/TAO/tao/Sequence_T.cpp +++ b/TAO/tao/Sequence_T.cpp @@ -277,7 +277,7 @@ TAO_Object_Manager<T,T_var>::operator=(const T_var &p) // that of a var variable. Therefore we duplicate p's // pointer before assigning it to the internal // variable. - T_var::release (*this->ptr_); + T_var::tao_release (*this->ptr_); *this->ptr_ = T_var::tao_duplicate (p.in ()); } else |