ObjFW  Diff

Differences From Artifact [40539f0c13]:

To Artifact [1302660423]:


53
54
55
56
57
58
59
60
61
62
63
64
65
	last = NULL;

	return self;
}
@end

@implementation OFDictionary (OFIterator)
- (OFIterator*)getIterator
{
	return [[[OFIterator alloc] initWithData: data
					 andSize: size] autorelease];
}
@end







|





53
54
55
56
57
58
59
60
61
62
63
64
65
	last = NULL;

	return self;
}
@end

@implementation OFDictionary (OFIterator)
- (OFIterator*)iterator
{
	return [[[OFIterator alloc] initWithData: data
					 andSize: size] autorelease];
}
@end