From 6a168ff9d98a591fa48b21517b2063c0dd90b26c Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 27 Apr 2012 23:16:43 -0500 Subject: GCC 4.7 fix. This partially resolves bug report 958. --- libkcal/listbase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libkcal') diff --git a/libkcal/listbase.h b/libkcal/listbase.h index 2ce1dfa1..d6b8dbdf 100644 --- a/libkcal/listbase.h +++ b/libkcal/listbase.h @@ -67,7 +67,7 @@ class ListBase : public TQValueList bool removeRef( T *t ) { - TQValueListIterator it = find( t ); + TQValueListIterator it = this->find( t ); if ( it == TQValueList::end() ) { return false; } else { -- cgit v1.2.3