--- a/source/Irrlicht/MacOSX/CIrrDeviceMacOSX.mm +++ b/source/Irrlicht/MacOSX/CIrrDeviceMacOSX.mm @@ -39,7 +39,7 @@ #include #else /* The header was moved here in Mac OS X 10.1 */ -#include +#include #endif #include #include @@ -496,7 +496,7 @@ { [[NSAutoreleasePool alloc] init]; [NSApplication sharedApplication]; - [NSApp setDelegate:(id)[[[AppDelegate alloc] initWithDevice:this] autorelease]]; + [NSApp setDelegate:(id)[[[AppDelegate alloc] initWithDevice:this] autorelease]]; [NSBundle loadNibNamed:@"MainMenu" owner:[NSApp delegate]]; [NSApp finishLaunching]; }