@@ -30,20 +30,20 @@ * Adds an object to the autorelease pool at the top of the thread-specific * stack. * * \param obj The object to add to the autorelease pool */ -+ (void)addObjectToTopmostPool: (OFObject*)obj; ++ (void)addObjectToTopmostPool: (id)obj; + (void)releaseAll; /** * Adds an object to the specific autorelease pool. * * \param obj The object to add to the autorelease pool */ -- (void)addObject: (OFObject*)obj; +- (void)addObject: (id)obj; /** * Releases all objects in the autorelease pool. * * This does not free the memory allocated to store pointers to the objects in