@@ -42,11 +42,11 @@ * * Note: Fast enumeration on a dictionary enumerates through the keys of the * dictionary. */ @interface OFDictionary: OFObject + OFSerialization> { struct of_dictionary_bucket **data; uint32_t size; size_t count; }