Browse Source

fix to typo

David Rose 15 years ago
parent
commit
481aa0d8ec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/express/weakPointerTo.I

+ 1 - 1
panda/src/express/weakPointerTo.I

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