mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
Fix compiling tools on OSX 10.10 (nw)
This commit is contained in:
parent
3060bb0637
commit
cce44e050a
@ -723,7 +723,7 @@ static void UpdateChangeCountCallback(void *userData,
|
||||
@end
|
||||
|
||||
|
||||
@interface AUEffectUtilAppDelegate : NSObject
|
||||
@interface AUEffectUtilAppDelegate : NSObject<NSApplicationDelegate>
|
||||
{
|
||||
EffectInfo *effects;
|
||||
|
||||
@ -1036,7 +1036,7 @@ int main(int argc, char *argv[])
|
||||
pool = [[NSAutoreleasePool alloc] init];
|
||||
[NSApplication sharedApplication];
|
||||
AUEffectUtilAppDelegate *const delegate = [[AUEffectUtilAppDelegate alloc] init];
|
||||
[NSApp setDelegate:delegate];
|
||||
[[NSApplication sharedApplication] setDelegate:delegate];
|
||||
[pool release];
|
||||
|
||||
// Let's go!
|
||||
|
Loading…
Reference in New Issue
Block a user