mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
4867275e36
PR: 159727 Submitted by: Norberto Lopes <nlopes.ml@gmail.com>
12 lines
341 B
C++
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() );
|
|
}
|
|
};
|
|
|