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

Fix typo.

This commit is contained in:
Alejandro Wainzinger 2012-02-18 00:49:08 -08:00
parent 881bf5dd9d
commit 9f76cdf486

View File

@ -12,7 +12,7 @@ namespace Tomahawk {
class PlatformInterface;
}
#if ( defined MAC_OS_X_VERSION_10_7 || SNOW_LEOPARD )
#if ( defined MAC_OS_X_VERSION_10_7 || defined SNOW_LEOPARD )
@interface AppDelegate :NSObject <NSApplicationDelegate> {
#else
@interface AppDelegate :NSObject {