aboutsummaryrefslogtreecommitdiff
path: root/Gem/develop/include/Gem/Utils/GemString.h
diff options
context:
space:
mode:
Diffstat (limited to 'Gem/develop/include/Gem/Utils/GemString.h')
-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);
};
};