mirror of
https://github.com/holub/mame
synced 2025-07-01 16:19:38 +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
|
@end
|
||||||
|
|
||||||
|
|
||||||
@interface AUEffectUtilAppDelegate : NSObject
|
@interface AUEffectUtilAppDelegate : NSObject<NSApplicationDelegate>
|
||||||
{
|
{
|
||||||
EffectInfo *effects;
|
EffectInfo *effects;
|
||||||
|
|
||||||
@ -1036,7 +1036,7 @@ int main(int argc, char *argv[])
|
|||||||
pool = [[NSAutoreleasePool alloc] init];
|
pool = [[NSAutoreleasePool alloc] init];
|
||||||
[NSApplication sharedApplication];
|
[NSApplication sharedApplication];
|
||||||
AUEffectUtilAppDelegate *const delegate = [[AUEffectUtilAppDelegate alloc] init];
|
AUEffectUtilAppDelegate *const delegate = [[AUEffectUtilAppDelegate alloc] init];
|
||||||
[NSApp setDelegate:delegate];
|
[[NSApplication sharedApplication] setDelegate:delegate];
|
||||||
[pool release];
|
[pool release];
|
||||||
|
|
||||||
// Let's go!
|
// Let's go!
|
||||||
|
Loading…
Reference in New Issue
Block a user