ObjFW  Diff

Differences From Artifact [0cfa8bd2d7]:

To Artifact [aa22f58832]:


55
56
57
58
59
60
61





62

/**
 * \brief Creates a union of the receiver and the specified set.
 *
 * \param set The set to create the union with
 */
- (void)unionSet: (OFSet*)set;





@end







>
>
>
>
>

55
56
57
58
59
60
61
62
63
64
65
66
67

/**
 * \brief Creates a union of the receiver and the specified set.
 *
 * \param set The set to create the union with
 */
- (void)unionSet: (OFSet*)set;

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