From 5f5595472a9cb0139ee83aa041312e8bc1911afc Mon Sep 17 00:00:00 2001 From: Travis CI Date: Wed, 19 Dec 2018 09:33:49 +0000 Subject: Gem 936f863aee93ba086e67765cde325db150121cbb osx/x86_64 built 'master:936f863aee93ba086e67765cde325db150121cbb' for osx/x86_64 --- Gem/develop/include/Gem/Utils/GemString.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Gem/develop/include/Gem/Utils') diff --git a/Gem/develop/include/Gem/Utils/GemString.h b/Gem/develop/include/Gem/Utils/GemString.h index 6e6c7de..51486cc 100644 --- a/Gem/develop/include/Gem/Utils/GemString.h +++ b/Gem/develop/include/Gem/Utils/GemString.h @@ -32,6 +32,7 @@ GEM_EXTERN std::wstring getVisualLine(const std::wstring&); /* convert a UTF-8 string to wchar */ // throws 'int', holding the position of the char that couldn't be converted GEM_EXTERN std::wstring toWstring(const char*str); +GEM_EXTERN std::wstring toWstring(const std::string&str); }; }; -- cgit v1.2.1