1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/audio/last.fm/files/patch-src-libUnicorn-Settings.h
Tilman Keskinoz 4867275e36 Add a patch to make compile with clang get further
PR:		159727
Submitted by:	Norberto Lopes <nlopes.ml@gmail.com>
2011-08-28 15:40:37 +00:00

12 lines
341 B
C++

--- src/libUnicorn/Settings.h.orig 2011-08-28 17:30:32.000000000 +0200
+++ src/libUnicorn/Settings.h 2011-08-28 17:31:03.000000000 +0200
@@ -105,7 +105,7 @@
public:
MyQSettings( const UserSettings* const s )
{
- beginGroup( s->username() );
+ T::beginGroup( s->username() );
}
};