diff options
Diffstat (limited to 'plugins/CurrencyRates/src/CurrencyRatesProviderVisitorFormater.h')
-rw-r--r-- | plugins/CurrencyRates/src/CurrencyRatesProviderVisitorFormater.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CurrencyRates/src/CurrencyRatesProviderVisitorFormater.h b/plugins/CurrencyRates/src/CurrencyRatesProviderVisitorFormater.h index ca2f03a255..2453ce9219 100644 --- a/plugins/CurrencyRates/src/CurrencyRatesProviderVisitorFormater.h +++ b/plugins/CurrencyRates/src/CurrencyRatesProviderVisitorFormater.h @@ -7,7 +7,7 @@ public: CCurrencyRatesProviderVisitorFormater(MCONTACT hContact, wchar_t chr, int nWidth); ~CCurrencyRatesProviderVisitorFormater(); - const tstring& GetResult()const; + const tstring& GetResult() const; private: virtual void Visit(const CCurrencyRatesProviderBase& rProvider) override; |