diff options
author | Travis CI <zmoelnig@travis-ci.umlaeute.mur.at> | 2018-12-19 09:33:27 +0000 |
---|---|---|
committer | Travis CI <zmoelnig@travis-ci.umlaeute.mur.at> | 2018-12-19 09:33:27 +0000 |
commit | 1f82828e28fe593f34ca88857fadb0663b7a31d9 (patch) | |
tree | 65f538a1d22dc968385d34452c2905ab7a975859 /Gem/develop | |
parent | e6d3324d8901ab9401e624f1f74c334a5f79722f (diff) |
Gem 936f863aee93ba086e67765cde325db150121cbb osx/i386
built 'master:936f863aee93ba086e67765cde325db150121cbb' for osx/i386
Diffstat (limited to 'Gem/develop')
-rw-r--r-- | Gem/develop/include/Gem/Utils/GemString.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); }; }; |