diff --git a/source/ps/CStr.h b/source/ps/CStr.h index 8a1d6321e2..a6879ad7d5 100755 --- a/source/ps/CStr.h +++ b/source/ps/CStr.h @@ -189,6 +189,9 @@ public: inline const TCHAR *c_str() const { return m_String.c_str(); } + inline utf16string utf16() const + { return utf16string(m_String.begin(), m_String.end()); } + size_t GetHashCode() const; // Serialization functions