summaryrefslogtreecommitdiff
path: root/protocols/ICQ-WIM/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-08-16 22:09:28 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-08-16 22:09:28 +0300
commit47802c95395c5b812c8c0bcc286d4da985f9992d (patch)
treebb4652e7eabc01327857e4debe83d318152679e9 /protocols/ICQ-WIM/src/stdafx.h
parent2948d9339597f89a03d3f91a71b9732c3799b428 (diff)
ICQ: fix for custom timestamp printing function
Diffstat (limited to 'protocols/ICQ-WIM/src/stdafx.h')
-rw-r--r--protocols/ICQ-WIM/src/stdafx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/ICQ-WIM/src/stdafx.h b/protocols/ICQ-WIM/src/stdafx.h
index a597674796..6afc028767 100644
--- a/protocols/ICQ-WIM/src/stdafx.h
+++ b/protocols/ICQ-WIM/src/stdafx.h
@@ -102,6 +102,6 @@
bool IsChat(const CMStringW &aimid);
void RefreshGroups(void);
-char* time2text(time_t time);
+wchar_t* time2text(time_t time);
extern bool g_bSecureIM, g_bMessageState;