ObjFW  Diff

Differences From Artifact [ed9a79856e]:

To Artifact [da50e80816]:


393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
}

- (id)copy
{
	return [self retain];
}

- (of_comparison_result_t)compare: (id <OFComparing>)object
{
	OFDate *otherDate;

	if (![object isKindOfClass: [OFDate class]])
		@throw [OFInvalidArgumentException exception];

	otherDate = (OFDate *)object;







|







393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
}

- (id)copy
{
	return [self retain];
}

- (of_comparison_result_t)compare: (id <OFObject, OFComparing>)object
{
	OFDate *otherDate;

	if (![object isKindOfClass: [OFDate class]])
		@throw [OFInvalidArgumentException exception];

	otherDate = (OFDate *)object;