summaryrefslogtreecommitdiff
path: root/plugins/Db3x_mmap/src/ui.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-03-07 16:54:52 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-03-07 16:54:52 +0000
commitf722b69fe6c6b61ba7e16348e72226277e791472 (patch)
treec64cf4759049e76ca7f68a233ab95940cea83bd1 /plugins/Db3x_mmap/src/ui.cpp
parent29d1c54965bdee34e24f5334ad601cf39c9b0707 (diff)
fix for a typo in headers (thx unsane)
git-svn-id: http://svn.miranda-ng.org/main/trunk@8452 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db3x_mmap/src/ui.cpp')
-rw-r--r--plugins/Db3x_mmap/src/ui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Db3x_mmap/src/ui.cpp b/plugins/Db3x_mmap/src/ui.cpp
index a8fedea835..60067a6b8f 100644
--- a/plugins/Db3x_mmap/src/ui.cpp
+++ b/plugins/Db3x_mmap/src/ui.cpp
@@ -236,7 +236,7 @@ LBL_Error:
return FALSE;
}
-static INT_PTR ChangePassword(void* obj, LPARAM, LPARAM)
+static INT_PTR ChangePassword(void* obj, WPARAM, LPARAM)
{
CDb3Mmap *db = (CDb3Mmap*)obj;
DlgChangePassParam param = { db };