ObjFW  Diff

Differences From Artifact [0af0d9f3a8]:

To Artifact [ee1ba34d52]:


17
18
19
20
21
22
23
24
25
26
#import "OFMutableSet.h"

@class OFMutableDictionary_hashtable;

@interface OFMutableSet_hashtable: OFMutableSet
{
	OFMutableDictionary_hashtable *dictionary;
	unsigned long mutations;
}
@end







<


17
18
19
20
21
22
23

24
25
#import "OFMutableSet.h"

@class OFMutableDictionary_hashtable;

@interface OFMutableSet_hashtable: OFMutableSet
{
	OFMutableDictionary_hashtable *dictionary;

}
@end