@@ -120,10 +120,10 @@ #endif /** * \brief Converts the mutable array to an immutable array. */ -- (OFArray*)makeImmutable; +- (void)makeImmutable; @end @interface OFMutableArrayPlaceholder: OFMutableArray @end