mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 06:36:55 +02:00
Check for OS X 10.7 as well as 10.6 for delegate protocol.
This commit is contained in:
@@ -12,7 +12,7 @@ namespace Tomahawk {
|
|||||||
class PlatformInterface;
|
class PlatformInterface;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef SNOW_LEOPARD
|
#if ( defined MAC_OS_X_VERSION_10_7 || SNOW_LEOPARD )
|
||||||
@interface AppDelegate :NSObject <NSApplicationDelegate> {
|
@interface AppDelegate :NSObject <NSApplicationDelegate> {
|
||||||
#else
|
#else
|
||||||
@interface AppDelegate :NSObject {
|
@interface AppDelegate :NSObject {
|
||||||
|
Reference in New Issue
Block a user