@@ -428,11 +428,11 @@ size_t i, count; if (![object isKindOfClass: [OFArray class]]) return NO; - otherArray = (OFArray*)object; + otherArray = object; count = [array count]; if (count != [otherArray count]) return NO;