@@ -24,12 +24,12 @@ * * Every thread has its own stack of autorelease pools. */ @interface OFAutoreleasePool: OFObject { - void *pool; - BOOL ignoreRelease; + void *_pool; + BOOL _ignoreRelease; } /*! * @brief Adds an object to the autorelease pool at the top of the * thread-specific autorelease pool stack.