ObjFW  Diff

Differences From Artifact [ece4193cc3]:

To Artifact [6bd4d296b2]:


24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
	if (self == [OFMutableMapTableSet class])
		[self inheritMethodsFromClass: [OFMapTableSet class]];
}

- (void)addObject: (id)object
{
	[_mapTable setObject: (void *)1
		      forKey: object];
}

- (void)removeObject: (id)object
{
	[_mapTable removeObjectForKey: object];
}








|
<







24
25
26
27
28
29
30
31

32
33
34
35
36
37
38
{
	if (self == [OFMutableMapTableSet class])
		[self inheritMethodsFromClass: [OFMapTableSet class]];
}

- (void)addObject: (id)object
{
	[_mapTable setObject: (void *)1 forKey: object];

}

- (void)removeObject: (id)object
{
	[_mapTable removeObjectForKey: object];
}