| Index: core/fxcrt/fx_xml.h
|
| diff --git a/core/fxcrt/fx_xml.h b/core/fxcrt/fx_xml.h
|
| index 78f162597f5a9d11eebe427282b7b98cfcae2ba8..4ab28f66c5a2f04415245ee0916468cb3f6550ca 100644
|
| --- a/core/fxcrt/fx_xml.h
|
| +++ b/core/fxcrt/fx_xml.h
|
| @@ -58,7 +58,7 @@ class CXML_Element {
|
| size_t size,
|
| FX_BOOL bSaveSpaceChars = FALSE,
|
| FX_FILESIZE* pParsedSize = nullptr);
|
| - static CXML_Element* Parse(IFX_FileRead* pFile,
|
| + static CXML_Element* Parse(IFX_SeekableReadStream* pFile,
|
| FX_BOOL bSaveSpaceChars = FALSE,
|
| FX_FILESIZE* pParsedSize = nullptr);
|
| static CXML_Element* Parse(IFX_BufferRead* pBuffer,
|
|
|