@@ -37,11 +37,11 @@ * \param object The object to add to the autorelease pool * \return The object */ + (id)addObject: (id)object; -+ (void)_releaseAll; ++ (void)OF_releaseAll; /** * \brief Releases all objects in the autorelease pool. * * This does not free the memory allocated to store pointers to the objects in