From 7f4db3773e723059ddd50b63b21717cc941ca424 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 21 Feb 2019 15:58:11 +0300 Subject: the less boost and other C++ perversions - the better --- plugins/CurrencyRates/src/WinCtrlHelper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/CurrencyRates/src/WinCtrlHelper.cpp') diff --git a/plugins/CurrencyRates/src/WinCtrlHelper.cpp b/plugins/CurrencyRates/src/WinCtrlHelper.cpp index 0d00422146..f45c4db536 100644 --- a/plugins/CurrencyRates/src/WinCtrlHelper.cpp +++ b/plugins/CurrencyRates/src/WinCtrlHelper.cpp @@ -25,7 +25,7 @@ public: } }; -void show_variable_list(HWND hwndParent, const ICurrencyRatesProvider* pProvider) +void show_variable_list(HWND hwndParent, const ICurrencyRatesProvider *pProvider) { CVariableListDlg(hwndParent, pProvider).DoModal(); } -- cgit v1.2.3