ObjFW  Diff

Differences From Artifact [297edbd879]:

To Artifact [b12c539371]:


960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
960
961
962
963
964
965
966









967







-
-
-
-
-
-
-
-
-

		    exceptionWithObject: _array];

	if (_position < _count)
		return [_array objectAtIndex: _position++];

	return nil;
}

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

	_position = 0;
}
@end