fix to typo
This commit is contained in:
parent
f7b9b5144d
commit
481aa0d8ec
|
|
@ -334,6 +334,6 @@ operator = (const WeakPointerTo<T> ©) {
|
|||
template<class T>
|
||||
INLINE WeakConstPointerTo<T> &WeakConstPointerTo<T>::
|
||||
operator = (const WeakConstPointerTo<T> ©) {
|
||||
((WeakConstPointerTo<T> *)this)->assign((const PointerToBase<T> &)copy);
|
||||
((WeakConstPointerTo<T> *)this)->reassign((const PointerToBase<T> &)copy);
|
||||
return *this;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue