2
0

More internal fixes.

This commit is contained in:
Maarten Billemont
2012-06-24 16:29:51 +02:00
parent 4e2ceb33a0
commit da860d74c4
2 changed files with 4 additions and 2 deletions

2
External/Pearl vendored

View File

@@ -27,8 +27,10 @@
@synthesize key; @synthesize key;
@synthesize keyID; @synthesize keyID;
#pragma GCC diagnostic ignored "-Wfour-char-constants" #pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wfour-char-constants"
static EventHotKeyID MPShowHotKey = {.signature = 'show', .id = 1}; static EventHotKeyID MPShowHotKey = {.signature = 'show', .id = 1};
#pragma clang diagnostic pop
+ (void)initialize { + (void)initialize {