@@ -30,13 +30,13 @@ [self inheritMethodsFromClass: [OFSet_hashtable class]]; } - (void)addObject: (id)object { - [dictionary _setObject: [OFNumber numberWithSize: 1] - forKey: object - copyKey: NO]; + [dictionary OF_setObject: [OFNumber numberWithSize: 1] + forKey: object + copyKey: NO]; mutations++; } - (void)removeObject: (id)object