summaryrefslogtreecommitdiff
path: root/protocols/YAMN/src/proto/pop3
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-01-24 18:24:16 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-01-24 18:24:16 +0300
commitece3c2433832d935c0634a72bac1a7b948b04b44 (patch)
treeb93092dd39f076f8b764d596f2f4fe9381d2e530 /protocols/YAMN/src/proto/pop3
parentdae0eee5cac2a349102d78f71c03686a83866bb7 (diff)
compilation fix
Diffstat (limited to 'protocols/YAMN/src/proto/pop3')
-rw-r--r--protocols/YAMN/src/proto/pop3/pop3comm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/YAMN/src/proto/pop3/pop3comm.cpp b/protocols/YAMN/src/proto/pop3/pop3comm.cpp
index 4d5f7c9fa8..690cad6e86 100644
--- a/protocols/YAMN/src/proto/pop3/pop3comm.cpp
+++ b/protocols/YAMN/src/proto/pop3/pop3comm.cpp
@@ -131,7 +131,7 @@ YAMN_PROTOREGISTRATION POP3ProtocolRegistration =
static wchar_t *FileName = nullptr;
-HANDLE RegisterNLClient(const char *name);
+HANDLE RegisterNLClient(char *name);
//--------------------------------------------------------------------------------------------------
//--------------------------------------------------------------------------------------------------