summaryrefslogtreecommitdiff
path: root/protocols/CurrencyRates/src/HTTPSession.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-05-20 11:40:41 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-05-20 11:40:41 +0300
commit0d08ce17f07300d4851e24a7123415015849605c (patch)
tree032069532d2ee673456f339032a4e56cca29f1b8 /protocols/CurrencyRates/src/HTTPSession.h
parent676ff2e0bd23d7fe6b958ab3253d2dc1ccbe5eef (diff)
CurrencyRates: old unused junk removed + code cleaning
Diffstat (limited to 'protocols/CurrencyRates/src/HTTPSession.h')
-rw-r--r--protocols/CurrencyRates/src/HTTPSession.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/CurrencyRates/src/HTTPSession.h b/protocols/CurrencyRates/src/HTTPSession.h
index 9928c58304..35cdbcee63 100644
--- a/protocols/CurrencyRates/src/HTTPSession.h
+++ b/protocols/CurrencyRates/src/HTTPSession.h
@@ -13,8 +13,8 @@ public:
static bool Init();
- bool OpenURL(const tstring &rsURL);
- bool ReadResponce(tstring &rsResponce);
+ bool OpenURL(const std::wstring &rsURL);
+ bool ReadResponce(std::wstring &rsResponce);
};
#endif //__8C9706FF_6B05_4d0d_85B8_5724E5DC0BA4_HTTPSession_h__