ObjFW  Diff

Differences From Artifact [7c4dd9ded2]:

To Artifact [6f7dad4788]:


20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
       andSize: (size_t)size_
{
	self = [super init];

	data = data_;
	size = size_;

	pos = 0;
	last = NULL;

	return self;
}

- (id)nextObject
{







<







20
21
22
23
24
25
26

27
28
29
30
31
32
33
       andSize: (size_t)size_
{
	self = [super init];

	data = data_;
	size = size_;


	last = NULL;

	return self;
}

- (id)nextObject
{