diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-10 10:04:16 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-10 10:04:16 +0000 |
commit | ddf46f560f63f43aedc6464edad759cc3a711d4b (patch) | |
tree | d28752a25425c57ffb726f062963cb7edb337001 /plugins/CyrTranslit/MirandaContact.h | |
parent | 3730671c0735c834098e24d9b03a501e521e0c90 (diff) |
64-bit compilation issues
git-svn-id: http://svn.miranda-ng.org/main/trunk@376 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CyrTranslit/MirandaContact.h')
-rw-r--r-- | plugins/CyrTranslit/MirandaContact.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CyrTranslit/MirandaContact.h b/plugins/CyrTranslit/MirandaContact.h index 4c0106e972..0e29f3d74e 100644 --- a/plugins/CyrTranslit/MirandaContact.h +++ b/plugins/CyrTranslit/MirandaContact.h @@ -83,7 +83,7 @@ private: * @param lParam hwndContactList
* @return Always returns 0.
*/
- static int onMenuCommandTransliterate(WPARAM wParam, LPARAM lParam);
+ static INT_PTR onMenuCommandTransliterate(WPARAM wParam, LPARAM lParam);
/**
* This is a service name to bind the onMenuCommandTransliterate() method to
|