mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +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;
|
||||
}
|
||||
|
||||
#ifdef SNOW_LEOPARD
|
||||
#if ( defined MAC_OS_X_VERSION_10_7 || SNOW_LEOPARD )
|
||||
@interface AppDelegate :NSObject <NSApplicationDelegate> {
|
||||
#else
|
||||
@interface AppDelegate :NSObject {
|
||||
|
Reference in New Issue
Block a user