ObjFW  Diff

Differences From Artifact [f3fb841536]:

To Artifact [9946a99cd2]:


16
17
18
19
20
21
22
23
24
25

#import "OFCountedSet.h"

@class OFMapTable;

@interface OFCountedSet_hashtable: OFCountedSet
{
	OFMapTable *mapTable;
}
@end







|


16
17
18
19
20
21
22
23
24
25

#import "OFCountedSet.h"

@class OFMapTable;

@interface OFCountedSet_hashtable: OFCountedSet
{
	OFMapTable *_mapTable;
}
@end