mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-30 19:00:12 +02:00
Fix typo.
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user