@@ -16,12 +16,11 @@ #import "OFDictionary.h" struct of_dictionary_hashtable_bucket { - id key; - id object; + id key, object; uint32_t hash; }; @interface OFDictionary_hashtable: OFDictionary {