Attempt to fix clang compilation
This commit is contained in:
@@ -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("");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user