From 42edf3f1951273d245b1db8372731dd642f82c36 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Wed, 1 Feb 2012 14:50:00 +0100 Subject: [PATCH] Fix properties in exceptions. --- src/SSLInvalidCertificateException.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SSLInvalidCertificateException.h b/src/SSLInvalidCertificateException.h index 47978e8..2290dd5 100644 --- a/src/SSLInvalidCertificateException.h +++ b/src/SSLInvalidCertificateException.h @@ -29,7 +29,7 @@ } #ifdef OF_HAVE_PROPERTIES -@property (readonly, nonatomic) OFString *reason; +@property (readonly, assign) OFString *reason; #endif + exceptionWithClass: (Class)class