@@ -49,11 +49,11 @@ return self; } static void __attribute__((constructor)) -init() +init(void) { Class NSAutoreleasePool = objc_getClass("NSAutoreleasePool"); Class NSObject = objc_getClass("NSObject"); Method alloc_method; Method addObject_method;