@@ -163,11 +163,11 @@ @interface OFDictionaryEnumerator: OFEnumerator { struct of_dictionary_bucket **data; uint32_t size; unsigned long mutations; - unsigned long *mutations_ptr; + unsigned long *mutationsPtr; uint32_t pos; } - initWithData: (struct of_dictionary_bucket**)data size: (uint32_t)size