summaryrefslogtreecommitdiff
path: root/protocols/CurrencyRates/src/DBUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/CurrencyRates/src/DBUtils.h')
-rw-r--r--protocols/CurrencyRates/src/DBUtils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/CurrencyRates/src/DBUtils.h b/protocols/CurrencyRates/src/DBUtils.h
index f6c7f83b71..4ff975d0f1 100644
--- a/protocols/CurrencyRates/src/DBUtils.h
+++ b/protocols/CurrencyRates/src/DBUtils.h
@@ -41,7 +41,7 @@
#define DB_KEY_TendencyFormat "CC_TendencyFormat"
#define DB_DEF_TendencyFormat L"%r>%p"
-void FixInvalidChars(tstring &s);
+void FixInvalidChars(std::wstring &s);
std::wstring GetNodeText(const TiXmlElement*);