From ad614e66724019faca7e44fcaec0d83ab3d39823 Mon Sep 17 00:00:00 2001 From: Cary Sandvig Date: Thu, 29 Mar 2001 01:48:50 +0000 Subject: [PATCH] *** empty log message *** --- panda/src/lerp/lerpfunctor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/lerp/lerpfunctor.h b/panda/src/lerp/lerpfunctor.h index 3031af68f9..c133a7a1ba 100644 --- a/panda/src/lerp/lerpfunctor.h +++ b/panda/src/lerp/lerpfunctor.h @@ -263,7 +263,7 @@ template SimpleQueryLerpFunctor& SimpleQueryLerpFunctor::operator=(const SimpleQueryLerpFunctor& c) { _save = c._save; - SimpleLerpFunctor::operator=(c); + SimpleLerpFunctor::operator=(c); return *this; }