summaryrefslogtreecommitdiff
path: root/plugins/CurrencyRates/src/IHTMLEngine.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-02-21 13:55:39 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-02-21 13:55:39 +0300
commiteb49354573e56105a5afc5517c5012fcb4439be5 (patch)
treee943b664893d2da89de584767917098c1cca73a3 /plugins/CurrencyRates/src/IHTMLEngine.h
parent59ffcc190bff32a555e69de3bfc43d1ea2e99003 (diff)
one shit less
Diffstat (limited to 'plugins/CurrencyRates/src/IHTMLEngine.h')
-rw-r--r--plugins/CurrencyRates/src/IHTMLEngine.h2
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__