diff options
Diffstat (limited to 'protocols/ICQ-WIM/src/stdafx.h')
-rw-r--r-- | protocols/ICQ-WIM/src/stdafx.h | 2 |
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; |