From 8ec0ae94e0a82915d336737b32268978be638524 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Tue, 7 Mar 2023 10:05:31 -0400 Subject: TTcpSocket: Remove `WEAK_FUNC` prefix from `TTcpSocket`'s ctor --- include/pso/TTcpSocket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/pso/TTcpSocket.h') 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; } -- cgit v1.2.3-13-gbd6f