ObjFW  Diff

Differences From Artifact [d5483ec005]:

To Artifact [a0924df2b2]:


45
46
47
48
49
50
51
52
53
54
	[dictionary removeObjectForKey: object];

	mutations++;
}

- (void)makeImmutable
{
	isa = [OFSet_hashtable class];
}
@end







|


45
46
47
48
49
50
51
52
53
54
	[dictionary removeObjectForKey: object];

	mutations++;
}

- (void)makeImmutable
{
	object_setClass(self, [OFSet_hashtable class]);
}
@end