summaryrefslogtreecommitdiff
path: root/plugins/AvatarHistory/src/utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/AvatarHistory/src/utils.cpp')
-rw-r--r--plugins/AvatarHistory/src/utils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/AvatarHistory/src/utils.cpp b/plugins/AvatarHistory/src/utils.cpp
index 280b5acf79..8ee3ad52a5 100644
--- a/plugins/AvatarHistory/src/utils.cpp
+++ b/plugins/AvatarHistory/src/utils.cpp
@@ -45,7 +45,7 @@ bool ContactEnabled(MCONTACT hContact, char *setting, int def)
}
// Returns true if the unicode buffer only contains 7-bit characters.
-BOOL IsUnicodeAscii(const WCHAR * pBuffer, int nSize)
+BOOL IsUnicodeAscii(const wchar_t * pBuffer, int nSize)
{
for (int nIndex = 0; nIndex < nSize; nIndex++)
if (pBuffer[nIndex] > 0x7F)