updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / subtitlecomposer-kde3 / subtitlecomposer-build-fixes.patch
blob4a9ea8c0bb89492c46baba363fab8706d79b138d
1 diff -ru subtitlecomposer-0.4.3.old/src//core/sstring.cpp subtitlecomposer-0.4.3/src//core/sstring.cpp
2 --- subtitlecomposer-0.4.3.old/src//core/sstring.cpp 2008-09-04 08:51:34.000000000 +0200
3 +++ subtitlecomposer-0.4.3/src//core/sstring.cpp 2010-06-29 11:19:07.063811074 +0200
4 @@ -920,7 +920,7 @@
5 append( str );
8 -SStringList::SStringList( const SStringList::SStringList& list ):
9 +SStringList::SStringList( const SStringList& list ):
10 QValueList<SString>( list )