aboutsummaryrefslogtreecommitdiff
path: root/Gem/develop/include/Gem/Utils
diff options
context:
space:
mode:
authorTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2018-12-19 09:33:49 +0000
committerTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2018-12-19 09:33:49 +0000
commit5f5595472a9cb0139ee83aa041312e8bc1911afc (patch)
tree6c28c8449917f3e3802031cfc7721d6c70e8200f /Gem/develop/include/Gem/Utils
parent05e148c3b16da019ade2bef3f70c0cb22abb1782 (diff)
Gem 936f863aee93ba086e67765cde325db150121cbb osx/x86_64
built 'master:936f863aee93ba086e67765cde325db150121cbb' for osx/x86_64
Diffstat (limited to 'Gem/develop/include/Gem/Utils')
-rw-r--r--Gem/develop/include/Gem/Utils/GemString.h1
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);
};
};