| Index: core/fxcrt/include/fx_string.h
|
| diff --git a/core/fxcrt/include/fx_string.h b/core/fxcrt/include/fx_string.h
|
| index 2fabee39cf9cfc5ef65a3587be91b029cd1b567c..724edd3469902b033d4d55877a0d31030d2e97c8 100644
|
| --- a/core/fxcrt/include/fx_string.h
|
| +++ b/core/fxcrt/include/fx_string.h
|
| @@ -506,7 +506,7 @@ class CFX_WideString {
|
|
|
| // Explicit conversion to C-style wide string.
|
| // Note: Any subsequent modification of |this| will invalidate the result.
|
| - const FX_WCHAR* c_str() const { return m_pData ? m_pData->m_String : L""; }
|
| + const FX_WCHAR* c_str() const;
|
|
|
| // Explicit conversion to CFX_WideStringC.
|
| // Note: Any subsequent modification of |this| will invalidate the result.
|
|
|