summaryrefslogtreecommitdiffstats
path: root/core/string/ustring.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/string/ustring.h')
-rw-r--r--core/string/ustring.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/string/ustring.h b/core/string/ustring.h
index 1582504c57..28e3af92c5 100644
--- a/core/string/ustring.h
+++ b/core/string/ustring.h
@@ -455,6 +455,7 @@ public:
Vector<uint8_t> to_utf8_buffer() const;
Vector<uint8_t> to_utf16_buffer() const;
Vector<uint8_t> to_utf32_buffer() const;
+ Vector<uint8_t> to_wchar_buffer() const;
String(const char *p_str);
String(const wchar_t *p_str);