| Index: core/include/fxcrt/fx_string.h
|
| diff --git a/core/include/fxcrt/fx_string.h b/core/include/fxcrt/fx_string.h
|
| index ca29e1321af41d4b37e34f51b3891026da524cc9..d68fc2cb365c77413125061ccc04ddf59bf75462 100644
|
| --- a/core/include/fxcrt/fx_string.h
|
| +++ b/core/include/fxcrt/fx_string.h
|
| @@ -577,7 +577,7 @@ class CFX_WideString {
|
|
|
| void Empty();
|
|
|
| - FX_BOOL IsEmpty() const { return !GetLength(); }
|
| + bool IsEmpty() const { return !GetLength(); }
|
|
|
| FX_STRSIZE GetLength() const { return m_pData ? m_pData->m_nDataLength : 0; }
|
|
|
|
|