pkgsrc/graphics/kphotoalbum/patches/patch-src_Utilities_Set.cpp
2011-11-24 14:00:53 +00:00

22 lines
831 B
C++

$NetBSD: patch-src_Utilities_Set.cpp,v 1.1 2011/11/24 14:00:53 joerg Exp $
--- src/Utilities/Set.cpp.orig 2011-11-24 02:03:09.000000000 +0000
+++ src/Utilities/Set.cpp
@@ -39,7 +39,7 @@ QValueList<T> Utilities::Set<T>::toList(
}
template <class T>
-Utilities::Set<T>::Set<T>& Utilities::Set<T>::operator+=(const Set<T>& other)
+Utilities::Set<T>& Utilities::Set<T>::operator+=(const Set<T>& other)
{
for (typename Set<T>::const_iterator i = other.begin();
i != other.end(); ++i)
@@ -48,7 +48,7 @@ Utilities::Set<T>::Set<T>& Utilities::Se
}
template <class T>
-Utilities::Set<T>::Set<T>& Utilities::Set<T>::operator-=(const Set<T>& other)
+Utilities::Set<T>& Utilities::Set<T>::operator-=(const Set<T>& other)
{
for (typename Set<T>::const_iterator i = other.begin();
i != other.end(); ++i)