Index: src/OFTCPSocket.h ================================================================== --- src/OFTCPSocket.h +++ src/OFTCPSocket.h @@ -40,11 +40,11 @@ struct sockaddr_storage *sockAddr; socklen_t sockAddrLen; } #ifdef OF_HAVE_PROPERTIES -@property (assign, readonly, getter=isBlocking) BOOL *listening; +@property (assign, readonly, getter=isListening) BOOL listening; #endif /** * \brief Connect the OFTCPSocket to the specified destination. *