From 5e99d6ea054f7ad4f1bbb5565803656e2d02b479 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 3 Dec 2016 00:29:49 +0300 Subject: stronger typization --- protocols/WhatsApp/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/WhatsApp/src') diff --git a/protocols/WhatsApp/src/main.cpp b/protocols/WhatsApp/src/main.cpp index 54da26d108..84d29e07be 100644 --- a/protocols/WhatsApp/src/main.cpp +++ b/protocols/WhatsApp/src/main.cpp @@ -80,7 +80,7 @@ extern "C" int __declspec(dllexport) Load(void) //InitContactMenus(); // Init native User-Agent - WORD v[4]; + MFileVersion v; Miranda_GetFileVersion(&v); WAConnection::globalInit(); -- cgit v1.2.3