summaryrefslogtreecommitdiff
path: root/protocols/CurrencyRates/src/DBUtils.cpp
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/DBUtils.cpp
parent676ff2e0bd23d7fe6b958ab3253d2dc1ccbe5eef (diff)
CurrencyRates: old unused junk removed + code cleaning
Diffstat (limited to 'protocols/CurrencyRates/src/DBUtils.cpp')
-rw-r--r--protocols/CurrencyRates/src/DBUtils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/CurrencyRates/src/DBUtils.cpp b/protocols/CurrencyRates/src/DBUtils.cpp
index 20189c0f3f..acc4debddb 100644
--- a/protocols/CurrencyRates/src/DBUtils.cpp
+++ b/protocols/CurrencyRates/src/DBUtils.cpp
@@ -35,7 +35,7 @@ bool CurrencyRates_DBReadDouble(MCONTACT hContact, const char *szModule, const c
return bResult;
}
-void FixInvalidChars(tstring &s)
+void FixInvalidChars(std::wstring &s)
{
for (auto &c : s)
if (wcschr(L"\\/:*?\"<>|", c))