ObjFW  Diff

Differences From Artifact [b8390d9c24]:

To Artifact [146f486f61]:


441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
441
442
443
444
445
446
447









448







-
-
-
-
-
-
-
-
-

		return nil;

	ret = _current->object;
	_current = _current->next;

	return ret;
}

- (void)reset
{
	if (*_mutationsPtr != _mutations)
		@throw [OFEnumerationMutationException
		    exceptionWithObject: _list];

	_current = _list.firstListObject;
}
@end