diff options
Diffstat (limited to 'protocols/CurrencyRates/src/CreateFilePath.h')
-rw-r--r-- | protocols/CurrencyRates/src/CreateFilePath.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/CurrencyRates/src/CreateFilePath.h b/protocols/CurrencyRates/src/CreateFilePath.h index e4a88494fb..6f11a24601 100644 --- a/protocols/CurrencyRates/src/CreateFilePath.h +++ b/protocols/CurrencyRates/src/CreateFilePath.h @@ -1,6 +1,6 @@ #ifndef _aaf3bee6_cee7_4023_8848_5911ad7a9660_CreateFilePath_h__ #define _aaf3bee6_cee7_4023_8848_5911ad7a9660_CreateFilePath_h__ -tstring CreateFilePath(const tstring& rsName); +std::wstring CreateFilePath(const std::wstring& rsName); #endif //_aaf3bee6_cee7_4023_8848_5911ad7a9660_CreateFilePath_h__ |