@@ -14,12 +14,12 @@ * file. */ #import "OFMutableSet.h" -@class OFMutableDictionary_hashtable; +@class OFMapTable; @interface OFMutableSet_hashtable: OFMutableSet { - OFMutableDictionary_hashtable *dictionary; + OFMapTable *mapTable; } @end