mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-04 21:27:58 +02:00
Fix typo.
This commit is contained in:
@@ -12,7 +12,7 @@ namespace Tomahawk {
|
|||||||
class PlatformInterface;
|
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> {
|
@interface AppDelegate :NSObject <NSApplicationDelegate> {
|
||||||
#else
|
#else
|
||||||
@interface AppDelegate :NSObject {
|
@interface AppDelegate :NSObject {
|
||||||
|
Reference in New Issue
Block a user