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