diff options
author | George Hazan <ghazan@miranda.im> | 2016-12-03 00:29:49 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-12-03 00:29:49 +0300 |
commit | 5e99d6ea054f7ad4f1bbb5565803656e2d02b479 (patch) | |
tree | 3a1b8aa0c75f94608f4c9c5ae14d65a7bd294058 /protocols/WhatsApp/src | |
parent | 10bbf1e71ad16fc4e0d274417c01ecaa4e3973f8 (diff) |
stronger typization
Diffstat (limited to 'protocols/WhatsApp/src')
-rw-r--r-- | protocols/WhatsApp/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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();
|