summaryrefslogtreecommitdiff
path: root/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'context.h')
-rw-r--r--context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/context.h b/context.h
index ba7fb34..5bdb45c 100644
--- a/context.h
+++ b/context.h
@@ -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;
}