@@ -17,11 +17,11 @@ #include "config.h" #define OF_COUNTED_SET_M #import "OFCountedSet.h" -#import "OFDictionary.h" +#import "OFMutableDictionary_hashtable.h" #import "OFNumber.h" #import "OFArray.h" #import "OFString.h" #import "OFAutoreleasePool.h" @@ -31,11 +31,11 @@ self = [super init]; @try { [dictionary release]; dictionary = nil; - dictionary = [[OFMutableDictionary alloc] + dictionary = [[OFMutableDictionary_hashtable alloc] _initWithDictionary: set->dictionary copyKeys: NO]; } @catch (id e) { [self release]; @throw e;