Adjust to recent ObjFW changes
This commit is contained in:
parent
d11fe7ad01
commit
c428df9b60
8 changed files with 77 additions and 77 deletions
|
@ -29,7 +29,7 @@
|
||||||
OFString *_reason;
|
OFString *_reason;
|
||||||
}
|
}
|
||||||
|
|
||||||
@property (readonly, copy) OFString *reason;
|
@property (readonly, nonatomic) OFString *reason;
|
||||||
|
|
||||||
+ exceptionWithReason: (OFString *)reason;
|
+ exceptionWithReason: (OFString *)reason;
|
||||||
- initWithReason: (OFString *)reason;
|
- initWithReason: (OFString *)reason;
|
||||||
|
|
Reference in a new issue