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:
parent
881bf5dd9d
commit
9f76cdf486
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user