@@ -694,18 +694,16 @@ mutations_ptr = mutations_ptr_; return self; } -- reset +- (void)reset { if (mutations_ptr != NULL && *mutations_ptr != mutations) @throw [OFEnumerationMutationException newWithClass: isa]; pos = 0; - - return self; } @end @implementation OFDictionaryObjectEnumerator - (id)nextObject