Fix properties in exceptions.
This commit is contained in:
parent
53303b905c
commit
42edf3f195
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef OF_HAVE_PROPERTIES
|
#ifdef OF_HAVE_PROPERTIES
|
||||||
@property (readonly, nonatomic) OFString *reason;
|
@property (readonly, assign) OFString *reason;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
+ exceptionWithClass: (Class)class
|
+ exceptionWithClass: (Class)class
|
||||||
|
|
Reference in a new issue