diff options
author | George Hazan <ghazan@miranda.im> | 2019-01-26 15:06:23 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-01-26 15:06:23 +0300 |
commit | 76350d50ef7043a171292d6ec7574ed863af4067 (patch) | |
tree | 97d563f4f0ec945e068eef1183c2c7c83aafdf39 /plugins/CurrencyRates/src | |
parent | 2e2483f97aac9b7b3d6819f434377c093d96e764 (diff) |
code cleaning
Diffstat (limited to 'plugins/CurrencyRates/src')
-rw-r--r-- | plugins/CurrencyRates/src/CurrencyRateInfoDlg.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/CurrencyRates/src/CurrencyRateInfoDlg.cpp b/plugins/CurrencyRates/src/CurrencyRateInfoDlg.cpp index c523acbe9d..8ad8e1cd7c 100644 --- a/plugins/CurrencyRates/src/CurrencyRateInfoDlg.cpp +++ b/plugins/CurrencyRates/src/CurrencyRateInfoDlg.cpp @@ -96,9 +96,8 @@ INT_PTR CALLBACK CurrencyRateInfoDlgProc(HWND hdlg, UINT msg, WPARAM wParam, LPA return CurrencyRateInfoDlgProcImpl(g_hContact, hdlg, msg, wParam, lParam); } -int CurrencyRatesEventFunc_OnUserInfoInit(WPARAM wp, LPARAM lp) +int CurrencyRatesEventFunc_OnUserInfoInit(WPARAM wp, LPARAM hContact) { - MCONTACT hContact = MCONTACT(lp); if (NULL == hContact) return 0; |