@@ -24,9 +24,9 @@ return num * 2; } @end id -init_plugin() +init_plugin(void) { return [[[TestPlugin alloc] init] autorelease]; }