| Index: core/include/fxcrt/fx_string.h
|
| diff --git a/core/include/fxcrt/fx_string.h b/core/include/fxcrt/fx_string.h
|
| index fe56e1867ecaf73110c162ca4810a129b74d4bb6..ed2850cf3d8603c0382afced0d00bc68d9413f41 100644
|
| --- a/core/include/fxcrt/fx_string.h
|
| +++ b/core/include/fxcrt/fx_string.h
|
| @@ -634,9 +634,9 @@ public:
|
|
|
| static CFX_WideString FromLocal(const char* str, FX_STRSIZE len = -1);
|
|
|
| - static CFX_WideString FromUTF8(const char* str, FX_STRSIZE len = -1);
|
| + static CFX_WideString FromUTF8(const char* str, FX_STRSIZE len);
|
|
|
| - static CFX_WideString FromUTF16LE(const unsigned short* str, FX_STRSIZE len = -1);
|
| + static CFX_WideString FromUTF16LE(const unsigned short* str, FX_STRSIZE len);
|
|
|
| operator FX_LPCWSTR() const
|
| {
|
|
|