@@ -257,17 +257,17 @@ - (void)release { } -- (uint32_t)retainCount +- (int32_t)retainCount { - return UINT32_MAX; + return INT32_MAX; } - (void)dealloc { @throw [OFNotImplementedException newWithClass: isa selector: _cmd]; [super dealloc]; /* Get rid of stupid warning */ } @end