ObjFW  Diff

Differences From Artifact [04b0c3927c]:

To Artifact [aeeb143f52]:


44
45
46
47
48
49
50
51

52
53
54

/*!
 * @brief Initializes an already allocated no memory exception.
 *
 * @param requestedSize The size of the memory that could not be allocated
 * @return An initialized no memory exception
 */
- initWithRequestedSize: (size_t)requestedSize OF_DESIGNATED_INITIALIZER;

@end

OF_ASSUME_NONNULL_END







|
>



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

/*!
 * @brief Initializes an already allocated no memory exception.
 *
 * @param requestedSize The size of the memory that could not be allocated
 * @return An initialized no memory exception
 */
- (instancetype)initWithRequestedSize: (size_t)requestedSize
    OF_DESIGNATED_INITIALIZER;
@end

OF_ASSUME_NONNULL_END