ObjFW  Diff

Differences From Artifact [1389a09656]:

To Artifact [0e34f7fe92]:


118
119
120
121
122
123
124
125
126
127
128
129
 */
- (void)replaceObjectsUsingBlock: (of_array_replace_block_t)block;
#endif

/**
 * \brief Converts the mutable array to an immutable array.
 */
- (OFArray*)makeImmutable;
@end

@interface OFMutableArrayPlaceholder: OFMutableArray
@end







|




118
119
120
121
122
123
124
125
126
127
128
129
 */
- (void)replaceObjectsUsingBlock: (of_array_replace_block_t)block;
#endif

/**
 * \brief Converts the mutable array to an immutable array.
 */
- (void)makeImmutable;
@end

@interface OFMutableArrayPlaceholder: OFMutableArray
@end