diff options
-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); }; }; |