ObjFW  Diff

Differences From Artifact [f9679701a3]:

To Artifact [00e1708140]:


387
388
389
390
391
392
393
394

395
396
397
398
399
400
401
402
403
404
387
388
389
390
391
392
393

394
395
396
397
398
399


400
401
402







-
+





-
-




	if (pos < count)
		return *(OFObject**)[array itemAtIndex: pos++];

	return nil;
}

- reset
- (void)reset
{
	if (mutations_ptr != NULL && *mutations_ptr != mutations)
		@throw [OFEnumerationMutationException newWithClass: isa];

	pos = 0;

	return self;
}
@end
/// \endcond