summaryrefslogtreecommitdiff
path: root/plugins/MobileState
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MobileState')
-rw-r--r--plugins/MobileState/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MobileState/src/main.cpp b/plugins/MobileState/src/main.cpp
index b18452a7d8..b170f9d704 100644
--- a/plugins/MobileState/src/main.cpp
+++ b/plugins/MobileState/src/main.cpp
@@ -54,7 +54,7 @@ bool hasMobileClient(MCONTACT hContact, LPARAM)
{
char *proto = GetContactProto(hContact);
- ptrT client(db_get_tsa(hContact, proto, "MirVer"));
+ ptrW client(db_get_tsa(hContact, proto, "MirVer"));
if (client) {
// Make client lower-case
wcslwr(client);