| Index: core/fxcrt/xml_int.h
|
| diff --git a/core/fxcrt/xml_int.h b/core/fxcrt/xml_int.h
|
| index 9a2c28c11f4b58db0295a86ab2f515386162a8b1..2dae7b52314f1a879211d45b2267d7c375d9ca6a 100644
|
| --- a/core/fxcrt/xml_int.h
|
| +++ b/core/fxcrt/xml_int.h
|
| @@ -110,7 +110,7 @@ class CXML_Parser {
|
| void SkipWhiteSpaces();
|
| void GetName(CFX_ByteString& space, CFX_ByteString& name);
|
| void GetAttrValue(CFX_WideString& value);
|
| - FX_DWORD GetCharRef();
|
| + uint32_t GetCharRef();
|
| void GetTagName(CFX_ByteString& space,
|
| CFX_ByteString& name,
|
| FX_BOOL& bEndTag,
|
|
|