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