1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-25 02:09:48 +01:00

Check for OS X 10.7 as well as 10.6 for delegate protocol.

This commit is contained in:
Alejandro Wainzinger 2012-02-18 00:47:23 -08:00
parent 8bb9661960
commit 881bf5dd9d

View File

@ -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 {