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