pkgsrc/misc/kdepim3/patches/patch-libkcal_listbase.h
2012-05-04 16:27:59 +00:00

13 lines
438 B
C

$NetBSD: patch-libkcal_listbase.h,v 1.1 2012/05/04 16:27:59 joerg Exp $
--- libkcal/listbase.h.orig 2012-04-27 15:32:46.000000000 +0000
+++ libkcal/listbase.h
@@ -67,7 +67,7 @@ class ListBase : public QValueList<T *>
bool removeRef( T *t )
{
- QValueListIterator<T *> it = find( t );
+ QValueListIterator<T *> it = this->find( t );
if ( it == QValueList<T*>::end() ) {
return false;
} else {