ObjFW  Diff

Differences From Artifact [d95c52fb45]:

To Artifact [74dd4b8396]:


16
17
18
19
20
21
22
23
24
25
26
27

#import "OFSet.h"

@class OFMapTable;

@interface OFSet_hashtable: OFSet
{
	OFMapTable *mapTable;
}

- initWithCapacity: (size_t)capacity;
@end







|




16
17
18
19
20
21
22
23
24
25
26
27

#import "OFSet.h"

@class OFMapTable;

@interface OFSet_hashtable: OFSet
{
	OFMapTable *_mapTable;
}

- initWithCapacity: (size_t)capacity;
@end