*** empty log message ***

This commit is contained in:
Cary Sandvig 2001-03-29 01:48:50 +00:00
parent 5606f6dc59
commit ad614e6672
1 changed files with 1 additions and 1 deletions

View File

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