|
@@ -334,6 +334,6 @@ operator = (const WeakPointerTo<T> ©) {
|
|
|
template<class T>
|
|
template<class T>
|
|
|
INLINE WeakConstPointerTo<T> &WeakConstPointerTo<T>::
|
|
INLINE WeakConstPointerTo<T> &WeakConstPointerTo<T>::
|
|
|
operator = (const WeakConstPointerTo<T> ©) {
|
|
operator = (const WeakConstPointerTo<T> ©) {
|
|
|
- ((WeakConstPointerTo<T> *)this)->assign((const PointerToBase<T> &)copy);
|
|
|
|
|
|
|
+ ((WeakConstPointerTo<T> *)this)->reassign((const PointerToBase<T> &)copy);
|
|
|
return *this;
|
|
return *this;
|
|
|
}
|
|
}
|