| Index: core/fxcrt/include/fx_string.h
|
| diff --git a/core/fxcrt/include/fx_string.h b/core/fxcrt/include/fx_string.h
|
| index 75957950113c08ed0b82f83bd625c7517f78c0b4..17be346b0fbf7b64d2e62dacdabb3f3832aaa677 100644
|
| --- a/core/fxcrt/include/fx_string.h
|
| +++ b/core/fxcrt/include/fx_string.h
|
| @@ -504,8 +504,8 @@ class CFX_WideString {
|
|
|
| ~CFX_WideString();
|
|
|
| - static CFX_WideString FromLocal(const CFX_ByteString& str);
|
| - static CFX_WideString FromCodePage(const CFX_ByteString& str,
|
| + static CFX_WideString FromLocal(const CFX_ByteStringC& str);
|
| + static CFX_WideString FromCodePage(const CFX_ByteStringC& str,
|
| uint16_t codepage);
|
|
|
| static CFX_WideString FromUTF8(const CFX_ByteStringC& str);
|
|
|