Differences From Artifact [884dfeb01d]:
- File src/OFConstString.m — part of check-in [240b72cd71] at 2009-12-01 13:35:25 on branch trunk — Better checking which runtime we use. (user: js, size: 2981) [annotate] [blame] [check-ins using]
To Artifact [d9b21f0f8e]:
- File src/OFConstString.m — part of check-in [19ac0520ae] at 2009-12-23 22:30:06 on branch trunk — Documentation improvements. (user: js, size: 2983) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
147 148 149 150 151 152 153 | { } - (void)dealloc { @throw [OFNotImplementedException newWithClass: isa selector: _cmd]; | | | 147 148 149 150 151 152 153 154 155 156 | { } - (void)dealloc { @throw [OFNotImplementedException newWithClass: isa selector: _cmd]; [super dealloc]; /* Get rid of a stupid warning */ } @end |