| Index: core/include/fxcrt/fx_string.h
|
| diff --git a/core/include/fxcrt/fx_string.h b/core/include/fxcrt/fx_string.h
|
| index 9b623b9e71004f520b54b87ddedb00f5a5bb9cfb..afaf94b538cd73edb8633ed4d93072bfc3d184cf 100644
|
| --- a/core/include/fxcrt/fx_string.h
|
| +++ b/core/include/fxcrt/fx_string.h
|
| @@ -569,7 +569,7 @@ class CFX_WideString {
|
| static CFX_WideString FromLocal(const CFX_ByteString& str);
|
|
|
| static CFX_WideString FromCodePage(const CFX_ByteString& str,
|
| - FX_WORD codepage);
|
| + uint16_t codepage);
|
|
|
| static CFX_WideString FromUTF8(const char* str, FX_STRSIZE len);
|
|
|
|
|