@@ -319,6 +319,11 @@ data[i]->object = new; } } } #endif + +- (void)makeImmutable +{ + isa = [OFDictionary class]; +} @end