@@ -17,11 +17,11 @@ #include "config.h" #define OF_SET_M #import "OFSet.h" -#import "OFDictionary.h" +#import "OFMutableDictionary_hashtable.h" #import "OFArray.h" #import "OFString.h" #import "OFNumber.h" #import "OFAutoreleasePool.h" @@ -57,11 +57,11 @@ - init { self = [super init]; @try { - dictionary = [[OFMutableDictionary alloc] init]; + dictionary = [[OFMutableDictionary_hashtable alloc] init]; } @catch (id e) { [self release]; @throw e; }