ObjFW  Diff

Differences From Artifact [a95128b6c6]:

To Artifact [b8061dbf08]:


45
46
47
48
49
50
51
52
53
54
55

/*!
 * @brief Initializes an already allocated still locked exception.
 *
 * @param lock The lock which is still locked
 * @return An initialized still locked exception
 */
- initWithLock: (nullable id <OFLocking>)lock;
@end

OF_ASSUME_NONNULL_END







|



45
46
47
48
49
50
51
52
53
54
55

/*!
 * @brief Initializes an already allocated still locked exception.
 *
 * @param lock The lock which is still locked
 * @return An initialized still locked exception
 */
- initWithLock: (nullable id <OFLocking>)lock OF_DESIGNATED_INITIALIZER;
@end

OF_ASSUME_NONNULL_END