summaryrefslogtreecommitdiff
path: root/plugins/DbEditorPP/src/utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/DbEditorPP/src/utils.cpp')
-rw-r--r--plugins/DbEditorPP/src/utils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/DbEditorPP/src/utils.cpp b/plugins/DbEditorPP/src/utils.cpp
index 7861e66266..f6d394c8bf 100644
--- a/plugins/DbEditorPP/src/utils.cpp
+++ b/plugins/DbEditorPP/src/utils.cpp
@@ -175,7 +175,7 @@ int GetValueA(MCONTACT hContact, const char *module, const char *setting, char *
return 0;
}
-int GetValueW(MCONTACT hContact, const char *module, const char *setting, WCHAR *value, int length)
+int GetValueW(MCONTACT hContact, const char *module, const char *setting, wchar_t *value, int length)
{
DBVARIANT dbv = {};