diff options
Diffstat (limited to 'plugins/CurrencyRates/src/CurrencyRatesProviderVisitorTendency.cpp')
| -rw-r--r-- | plugins/CurrencyRates/src/CurrencyRatesProviderVisitorTendency.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CurrencyRates/src/CurrencyRatesProviderVisitorTendency.cpp b/plugins/CurrencyRates/src/CurrencyRatesProviderVisitorTendency.cpp index b9ed9a9d94..2d5260aab5 100644 --- a/plugins/CurrencyRates/src/CurrencyRatesProviderVisitorTendency.cpp +++ b/plugins/CurrencyRates/src/CurrencyRatesProviderVisitorTendency.cpp @@ -1,7 +1,7 @@ #include "stdafx.h" -CCurrencyRatesProviderVisitorTendency::CCurrencyRatesProviderVisitorTendency(MCONTACT hContact, wchar_t chr) - : m_hContact(hContact), m_chr(chr), m_bValid(false), m_dResult(0.0) +CCurrencyRatesProviderVisitorTendency::CCurrencyRatesProviderVisitorTendency(MCONTACT hContact, wchar_t chr) : + m_hContact(hContact), m_chr(chr) { } |
