ObjFW  Diff

Differences From Artifact [b2ed28094e]:

To Artifact [e772038da3]:


18
19
20
21
22
23
24


25

@class OFMapTable;

@interface OFSet_hashtable: OFSet
{
	OFMapTable *mapTable;
}


@end







>
>

18
19
20
21
22
23
24
25
26
27

@class OFMapTable;

@interface OFSet_hashtable: OFSet
{
	OFMapTable *mapTable;
}

- initWithCapacity: (size_t)capacity;
@end