Differences From Artifact [aa24331688]:
- File src/exceptions/OFSetOptionFailedException.m — part of check-in [8892ae9fcc] at 2012-07-12 01:28:46 on branch trunk — Don't access isa directly. (user: js, size: 1516) [annotate] [blame] [check-ins using]
To Artifact [f34ccd222c]:
- File src/exceptions/OFSetOptionFailedException.m — part of check-in [c7adbcf399] at 2012-10-02 11:00:04 on branch trunk — Clean up properties in exceptions. (user: js, size: 1523) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
64 65 66 67 68 69 70 | @"Setting an option in class %@ failed!", inClass]; return description; } - (OFStream*)stream { | | | 64 65 66 67 68 69 70 71 72 73 | @"Setting an option in class %@ failed!", inClass]; return description; } - (OFStream*)stream { OF_GETTER(stream, NO) } @end |