From 9bfb5abad87e3fff71b96c6187e5c10cb2d48977 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Wed, 19 Dec 2018 09:18:29 +0000 Subject: Gem 936f863aee93ba086e67765cde325db150121cbb linux/amd64 built 'master:936f863aee93ba086e67765cde325db150121cbb' for linux/amd64 --- Gem/Gem.pd_linux | Bin 33089040 -> 33089326 bytes Gem/develop/include/Gem/Utils/GemString.h | 1 + 2 files changed, 1 insertion(+) diff --git a/Gem/Gem.pd_linux b/Gem/Gem.pd_linux index a94b7f6..14f3ee1 100755 Binary files a/Gem/Gem.pd_linux and b/Gem/Gem.pd_linux differ 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