diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-17 18:12:47 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-17 18:12:47 +0300 |
commit | d391bacd92d0351e9bfab37e699c932317964dea (patch) | |
tree | 03357e8e1215069bee44e18e9b503880aa79a8b7 /protocols/CurrencyRates/src | |
parent | f47c3437da642cc85e6e1fed470a2964e914f208 (diff) |
compilation fix
Diffstat (limited to 'protocols/CurrencyRates/src')
-rw-r--r-- | protocols/CurrencyRates/src/Options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/CurrencyRates/src/Options.cpp b/protocols/CurrencyRates/src/Options.cpp index 21fa0afd41..d173086467 100644 --- a/protocols/CurrencyRates/src/Options.cpp +++ b/protocols/CurrencyRates/src/Options.cpp @@ -261,7 +261,7 @@ public: remove_adv_settings(m_pProvider); } - LRESULT DlgProc(UINT msg, WPARAM wParam, LPARAM lParam) override + INT_PTR DlgProc(UINT msg, WPARAM wParam, LPARAM lParam) override { if (msg == WM_NOTIFY) { LPNMHDR pNMHDR = reinterpret_cast<LPNMHDR>(lParam); |