summaryrefslogtreecommitdiff
path: root/plugins/CurrencyRates/src/CurrencyRatesProviderBase.h
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/CurrencyRatesProviderBase.h
parent98e5dab950ab976bbf244dc21e7bfe2353722d45 (diff)
the less boost and other C++ perversions - the better
Diffstat (limited to 'plugins/CurrencyRates/src/CurrencyRatesProviderBase.h')
-rw-r--r--plugins/CurrencyRates/src/CurrencyRatesProviderBase.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/CurrencyRates/src/CurrencyRatesProviderBase.h b/plugins/CurrencyRates/src/CurrencyRatesProviderBase.h
index 975d6fd0a3..d407a9a709 100644
--- a/plugins/CurrencyRates/src/CurrencyRatesProviderBase.h
+++ b/plugins/CurrencyRates/src/CurrencyRatesProviderBase.h
@@ -73,10 +73,8 @@ class CCurrencyRatesProviderBase : public ICurrencyRatesProvider
{
void OnEndRun();
- struct CXMLFileInfo* GetXMLFileInfo() const;
+ struct CXMLFileInfo *m_pXMLInfo = nullptr;
- typedef boost::scoped_ptr<CXMLFileInfo> TXMLFileInfoPtr;
- mutable TXMLFileInfoPtr m_pXMLInfo;
HANDLE m_hEventSettingsChanged;
HANDLE m_hEventRefreshContact;
tstring m_sContactListFormat;