trunk/src/osd/sdl/aueffectutil.m
| r245717 | r245718 | |
| 723 | 723 | @end |
| 724 | 724 | |
| 725 | 725 | |
| 726 | | @interface AUEffectUtilAppDelegate : NSObject |
| 726 | @interface AUEffectUtilAppDelegate : NSObject<NSApplicationDelegate> |
| 727 | 727 | { |
| 728 | 728 | EffectInfo *effects; |
| 729 | 729 | |
| r245717 | r245718 | |
| 1036 | 1036 | pool = [[NSAutoreleasePool alloc] init]; |
| 1037 | 1037 | [NSApplication sharedApplication]; |
| 1038 | 1038 | AUEffectUtilAppDelegate *const delegate = [[AUEffectUtilAppDelegate alloc] init]; |
| 1039 | | [NSApp setDelegate:delegate]; |
| 1039 | [[NSApplication sharedApplication] setDelegate:delegate]; |
| 1040 | 1040 | [pool release]; |
| 1041 | 1041 | |
| 1042 | 1042 | // Let's go! |