@@ -26,11 +26,11 @@ OFTCPSocket *socket; int errNo; } #ifdef OF_HAVE_PROPERTIES -@property (readonly, assign) OFTCPSocket *socket; +@property (readonly, retain, nonatomic) OFTCPSocket *socket; @property (readonly) int errNo; #endif /** * \param class_ The class of the object which caused the exception