@@ -642,13 +642,13 @@ - (void)release { } -- (size_t)retainCount +- (unsigned int)retainCount { - return SIZE_MAX; + return OF_RETAIN_COUNT_MAX; } - (void)dealloc { @throw [OFNotImplementedException newWithClass: isa