Browse Source

*** empty log message ***

Cary Sandvig 25 years ago
parent
commit
ad614e6672
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/lerp/lerpfunctor.h

+ 1 - 1
panda/src/lerp/lerpfunctor.h

@@ -263,7 +263,7 @@ template <class value>
 SimpleQueryLerpFunctor<value>&
 SimpleQueryLerpFunctor<value>&
 SimpleQueryLerpFunctor<value>::operator=(const SimpleQueryLerpFunctor& c) {
 SimpleQueryLerpFunctor<value>::operator=(const SimpleQueryLerpFunctor& c) {
   _save = c._save;
   _save = c._save;
-  SimpleLerpFunctor::operator=(c);
+  SimpleLerpFunctor<value>::operator=(c);
   return *this;
   return *this;
 }
 }