Attempt to fix clang compilation

This commit is contained in:
Wojciech Figat
2022-10-27 13:39:35 +02:00
parent 5e60085371
commit 312d1735ef

View File

@@ -113,7 +113,7 @@ public:
/// Gets the pointer to the string or to the static empty text if string is null. Returned pointer is always non-null, but is not null-terminated.
/// [Deprecated on 26.10.2022, expires on 26.10.2024] Use GetText()
/// </summary>
FORCE_INLINE DEPRECATED const T* GetNonTerminatedText() const
DEPRECATED const T* GetNonTerminatedText() const
{
return _data ? _data : (const T*)TEXT("");
}