Differences From Artifact [e7d85ac692]:
- File src/exceptions/OFStatItemFailedException.m — part of check-in [4df6ab6bca] at 2017-05-13 16:56:44 on branch trunk — Fix compilation with GCC (user: js, size: 1771) [annotate] [blame] [check-ins using]
To Artifact [947a3cd491]:
- File src/exceptions/OFStatItemFailedException.m — part of check-in [cc5923d6bb] at 2017-06-04 23:41:38 on branch trunk — Add designated initializer to all exceptions (user: js, size: 1701) [annotate] [blame] [check-ins using]
| ︙ | |||
42 43 44 45 46 47 48 | 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | - - + - - - - - - - + - |
- init
{
OF_INVALID_INIT_METHOD
}
- initWithPath: (OFString *)path
{
|
| ︙ |