Fix properties in exceptions.

This commit is contained in:
Jonathan Schleifer 2012-02-01 14:50:00 +01:00
parent 53303b905c
commit 42edf3f195

View file

@ -29,7 +29,7 @@
}
#ifdef OF_HAVE_PROPERTIES
@property (readonly, nonatomic) OFString *reason;
@property (readonly, assign) OFString *reason;
#endif
+ exceptionWithClass: (Class)class