summaryrefslogtreecommitdiff
path: root/plugins/CurrencyRates/src/WinCtrlHelper.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-02-21 15:58:11 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-02-21 15:58:11 +0300
commit7f4db3773e723059ddd50b63b21717cc941ca424 (patch)
treee7c904de02cfd308070b3e5ee779183804e5f505 /plugins/CurrencyRates/src/WinCtrlHelper.cpp
parent98e5dab950ab976bbf244dc21e7bfe2353722d45 (diff)
the less boost and other C++ perversions - the better
Diffstat (limited to 'plugins/CurrencyRates/src/WinCtrlHelper.cpp')
-rw-r--r--plugins/CurrencyRates/src/WinCtrlHelper.cpp2
1 files changed, 1 insertions, 1 deletions
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();
}