diff options
-rw-r--r-- | context.h | 2 | ||||
-rw-r--r-- | include/pso/TTcpSocket.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1176,7 +1176,7 @@ public: PSOV3EncryptionTCP m_recv_crypt; int m_is_encrypted; public: - WEAK_FUNC TTcpSocket(TObject *parent) : TSocket(parent) { + TTcpSocket(TObject *parent) : TSocket(parent) { m_name = TTcpSocket_name; } diff --git a/include/pso/TTcpSocket.h b/include/pso/TTcpSocket.h index 8e90558..6f18c3c 100644 --- a/include/pso/TTcpSocket.h +++ b/include/pso/TTcpSocket.h @@ -19,7 +19,7 @@ public: PSOV3EncryptionTCP m_recv_crypt; int m_is_encrypted; public: - WEAK_FUNC TTcpSocket(TObject *parent) : TSocket(parent) { + TTcpSocket(TObject *parent) : TSocket(parent) { m_name = TTcpSocket_name; } |