@@ -227,11 +227,11 @@ of_list_object_t *iter, *iter2; if (![object isKindOfClass: [OFList class]]) return NO; - otherList = (OFList*)object; + otherList = object; if ([otherList count] != count) return NO; for (iter = firstListObject, iter2 = [otherList firstListObject];