@@ -104,11 +104,11 @@ #endif delegate = [[cls alloc] init]; [app setDelegate: delegate]; - [app run]; + [app OF_run]; return 0; } @implementation OFApplication @@ -396,11 +396,11 @@ REGISTER_SIGNAL(SIGUSR2) #endif #undef REGISTER_SIGNAL } -- (void)run +- (void)OF_run { void *pool = objc_autoreleasePoolPush(); OFRunLoop *runLoop; #ifdef OF_HAVE_THREADS