GCC 4.7 fix.

This partially resolves bug report 958.
(cherry picked from commit 6a168ff9d9)
v3.5.13-sru
Darrell Anderson 12 years ago committed by Slávek Banko
parent 9c066e9107
commit a5965a5571

@ -67,7 +67,7 @@ class ListBase : public TQValueList<T *>
bool removeRef( T *t )
{
TQValueListIterator<T *> it = find( t );
TQValueListIterator<T *> it = this->find( t );
if ( it == TQValueList<T*>::end() ) {
return false;
} else {

Loading…
Cancel
Save