ObjFW  Diff

Differences From Artifact [52fd9fc107]:

To Artifact [81892243b6]:


45
46
47
48
49
50
51
52

53
54
55

/*!
 * @brief Initializes an already allocated unlock failed exception.
 *
 * @param lock The lock which could not be unlocked
 * @return An initialized unlock failed exception
 */
- initWithLock: (nullable id <OFLocking>)lock OF_DESIGNATED_INITIALIZER;

@end

OF_ASSUME_NONNULL_END







|
>



45
46
47
48
49
50
51
52
53
54
55
56

/*!
 * @brief Initializes an already allocated unlock failed exception.
 *
 * @param lock The lock which could not be unlocked
 * @return An initialized unlock failed exception
 */
- (instancetype)initWithLock: (nullable id <OFLocking>)lock
    OF_DESIGNATED_INITIALIZER;
@end

OF_ASSUME_NONNULL_END