Adjust to ObjFW changes
This commit is contained in:
parent
eed791dff1
commit
24e8ee8a50
5 changed files with 9 additions and 80 deletions
|
@ -29,11 +29,8 @@
|
|||
OFString *_reason;
|
||||
}
|
||||
|
||||
#ifdef OF_HAVE_PROPERTIES
|
||||
@property (readonly, copy) OFString *reason;
|
||||
#endif
|
||||
|
||||
+ exceptionWithReason: (OFString*)reason;
|
||||
- initWithReason: (OFString*)reason;
|
||||
- (OFString*)reason;
|
||||
@end
|
||||
|
|
Reference in a new issue