ObjFW  Diff

Differences From Artifact [c58e028e47]:

To Artifact [469dcb5227]:


568
569
570
571
572
573
574
575

576
577
578
579
580

581
582
583
584
585
586
587
568
569
570
571
572
573
574

575
576
577
578
579

580
581
582
583
584
585
586
587







-
+




-
+







}

- (size_t)count
{
	return count;
}

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

- (id)mutableCopy
- mutableCopy
{
	return [[OFMutableDictionary alloc] initWithDictionary: self];
}

- (BOOL)isEqual: (OFDictionary*)dict
{
	uint32_t i;