@@ -238,10 +238,9 @@ withObject: block(object, index, stop)]; }]; } #endif -- (OFArray*)makeImmutable +- (void)makeImmutable { - return self; } @end