Previous 199869 Revisions Next

r37206 Thursday 16th April, 2015 at 13:26:52 UTC by Miodrag Milanović
Fix compiling tools on OSX 10.10 (nw)
[src/osd/sdl]aueffectutil.m

trunk/src/osd/sdl/aueffectutil.m
r245717r245718
723723@end
724724
725725
726@interface AUEffectUtilAppDelegate : NSObject
726@interface AUEffectUtilAppDelegate : NSObject<NSApplicationDelegate>
727727{
728728   EffectInfo      *effects;
729729
r245717r245718
10361036   pool = [[NSAutoreleasePool alloc] init];
10371037   [NSApplication sharedApplication];
10381038   AUEffectUtilAppDelegate *const delegate = [[AUEffectUtilAppDelegate alloc] init];
1039   [NSApp setDelegate:delegate];
1039   [[NSApplication sharedApplication] setDelegate:delegate];
10401040   [pool release];
10411041
10421042   // Let's go!


Previous 199869 Revisions Next


© 1997-2024 The MAME Team