From b36775ee955c2e5ae474cf8a7b4ec81433d98f3d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 4 Nov 2012 19:01:12 +0000 Subject: compilation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@2189 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/FingerPrintModPlus/src/fingerprint.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/FingerPrintModPlus/src/fingerprint.cpp b/plugins/FingerPrintModPlus/src/fingerprint.cpp index 7267610ee2..d793f09e17 100644 --- a/plugins/FingerPrintModPlus/src/fingerprint.cpp +++ b/plugins/FingerPrintModPlus/src/fingerprint.cpp @@ -169,7 +169,7 @@ int FASTCALL ApplyFingerprintImage(HANDLE hContact, LPTSTR szMirVer) return 0; } -int OnExtraIconClick(WPARAM wParam, LPARAM lParam) +int OnExtraIconClick(WPARAM wParam, LPARAM lParam, LPARAM) { CallService(MS_USERINFO_SHOWDIALOG, wParam, NULL); return 0; -- cgit v1.2.3