diff options
author | George Hazan <ghazan@miranda.im> | 2019-02-21 13:55:39 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-02-21 13:55:39 +0300 |
commit | eb49354573e56105a5afc5517c5012fcb4439be5 (patch) | |
tree | e943b664893d2da89de584767917098c1cca73a3 /plugins/CurrencyRates/src/IHTMLEngine.h | |
parent | 59ffcc190bff32a555e69de3bfc43d1ea2e99003 (diff) |
one shit less
Diffstat (limited to 'plugins/CurrencyRates/src/IHTMLEngine.h')
-rw-r--r-- | plugins/CurrencyRates/src/IHTMLEngine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CurrencyRates/src/IHTMLEngine.h b/plugins/CurrencyRates/src/IHTMLEngine.h index 48a35b0255..6cc9defce7 100644 --- a/plugins/CurrencyRates/src/IHTMLEngine.h +++ b/plugins/CurrencyRates/src/IHTMLEngine.h @@ -12,7 +12,7 @@ public: IHTMLEngine(void){} virtual ~IHTMLEngine() {} - virtual THTMLParserPtr GetParserPtr()const = 0; + virtual THTMLParserPtr GetParserPtr() const = 0; }; #endif //__85dbfa97_919b_4776_919c_7410a1c3d787_HTMLEngine_h__ |