diff options
| author | George Hazan <ghazan@miranda.im> | 2019-02-21 15:58:11 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2019-02-21 15:58:11 +0300 |
| commit | 7f4db3773e723059ddd50b63b21717cc941ca424 (patch) | |
| tree | e7c904de02cfd308070b3e5ee779183804e5f505 /plugins/CurrencyRates/src/CurrencyRatesProviderBase.h | |
| parent | 98e5dab950ab976bbf244dc21e7bfe2353722d45 (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.h | 4 |
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; |
