summaryrefslogtreecommitdiff
path: root/include/pso/TTcpSocket.h
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2023-03-07 10:05:31 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2023-03-07 10:05:31 -0400
commit8ec0ae94e0a82915d336737b32268978be638524 (patch)
tree30d6d2129ec73e317934ed0a3e635fde85ab2af5 /include/pso/TTcpSocket.h
parent21f6f42741b7244dd5a145361ecba80456647fc4 (diff)
TTcpSocket: Remove `WEAK_FUNC` prefix from `TTcpSocket`'s ctor
Diffstat (limited to 'include/pso/TTcpSocket.h')
-rw-r--r--include/pso/TTcpSocket.h2
1 files changed, 1 insertions, 1 deletions
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;
}