diff options
author | Travis CI <zmoelnig@travis-ci.umlaeute.mur.at> | 2018-12-19 09:18:29 +0000 |
---|---|---|
committer | Travis CI <zmoelnig@travis-ci.umlaeute.mur.at> | 2018-12-19 09:18:29 +0000 |
commit | 9bfb5abad87e3fff71b96c6187e5c10cb2d48977 (patch) | |
tree | a8a13c8f60309ffbcacfd3963ed594024cd388a3 | |
parent | 91af993a18928f1240c46ab9e7e2e8fa9c2794af (diff) |
Gem 936f863aee93ba086e67765cde325db150121cbb linux/amd64
built 'master:936f863aee93ba086e67765cde325db150121cbb' for linux/amd64
-rwxr-xr-x | Gem/Gem.pd_linux | bin | 33089040 -> 33089326 bytes | |||
-rw-r--r-- | Gem/develop/include/Gem/Utils/GemString.h | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/Gem/Gem.pd_linux b/Gem/Gem.pd_linux Binary files differindex a94b7f6..14f3ee1 100755 --- a/Gem/Gem.pd_linux +++ b/Gem/Gem.pd_linux 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); }; }; |