pkgsrc-ng/misc/kdepim3/patches/patch-libkcal_listbase.h
2013-09-26 17:14:40 +02:00

14 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 {