@@ -47,8 +47,8 @@ mutations++; } - (void)makeImmutable { - isa = [OFSet_hashtable class]; + object_setClass(self, [OFSet_hashtable class]); } @end