diff options
Diffstat (limited to 'plugins/MobileState/src/clients.h')
-rw-r--r-- | plugins/MobileState/src/clients.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MobileState/src/clients.h b/plugins/MobileState/src/clients.h index b9c87ae6e5..a7f6041ff2 100644 --- a/plugins/MobileState/src/clients.h +++ b/plugins/MobileState/src/clients.h @@ -19,7 +19,7 @@ #pragma once
-static const TCHAR *clients[] = {
+static const wchar_t *clients[] = {
L"android",
L"mobile",
L"pda",
|