@@ -12,21 +12,21 @@ #include "config.h" #include #import "OFDictionary.h" -#import "OFIterator.h" +#import "OFEnumerator.h" #import "OFAutoreleasePool.h" #import "OFExceptions.h" #import "OFMacros.h" #define BUCKET_SIZE sizeof(struct of_dictionary_bucket) /* References for static linking */ void _references_to_categories_of_OFDictionary() { - _OFIterator_reference = 1; + _OFEnumerator_reference = 1; } @implementation OFDictionary + dictionary; {