GCC 4.7 fix.

This partially resolves bug report 958.
pull/21/head
Darrell Anderson 12 years ago
parent c94de3afa9
commit 6a168ff9d9

@ -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