From 481aa0d8ecb1c3340877aff1785f5cf329a39c0f Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 7 Apr 2010 22:54:26 +0000 Subject: [PATCH] fix to typo --- panda/src/express/weakPointerTo.I | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/express/weakPointerTo.I b/panda/src/express/weakPointerTo.I index 24b8d6d764..9bee3bb509 100644 --- a/panda/src/express/weakPointerTo.I +++ b/panda/src/express/weakPointerTo.I @@ -334,6 +334,6 @@ operator = (const WeakPointerTo ©) { template INLINE WeakConstPointerTo &WeakConstPointerTo:: operator = (const WeakConstPointerTo ©) { - ((WeakConstPointerTo *)this)->assign((const PointerToBase &)copy); + ((WeakConstPointerTo *)this)->reassign((const PointerToBase &)copy); return *this; }