Differences From Artifact [98297d177e]:
- File src/exceptions/OFMemoryNotPartOfObjectException.m — part of check-in [ce70e17b38] at 2012-01-05 00:56:18 on branch trunk — Update copyright. (user: js, size: 1584) [annotate] [blame] [check-ins using]
To Artifact [795b07ac4b]:
- File src/exceptions/OFMemoryNotPartOfObjectException.m — part of check-in [8892ae9fcc] at 2012-07-12 01:28:46 on branch trunk — Don't access isa directly. (user: js, size: 1593) [annotate] [blame] [check-ins using]
| ︙ | |||
27 28 29 30 31 32 33 | 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | - + |
{
return [[[self alloc] initWithClass: class_
pointer: ptr] autorelease];
}
- initWithClass: (Class)class_
{
|
| ︙ |