diff options
Diffstat (limited to 'core/fxcrt/fx_xml.h')
-rw-r--r-- | core/fxcrt/fx_xml.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcrt/fx_xml.h b/core/fxcrt/fx_xml.h index a7375b9e90..03337d0142 100644 --- a/core/fxcrt/fx_xml.h +++ b/core/fxcrt/fx_xml.h @@ -61,7 +61,7 @@ class CXML_Element { static CXML_Element* Parse(IFX_SeekableReadStream* pFile, bool bSaveSpaceChars = false, FX_FILESIZE* pParsedSize = nullptr); - static CXML_Element* Parse(IFX_BufferRead* pBuffer, + static CXML_Element* Parse(IFX_BufferedReadStream* pBuffer, bool bSaveSpaceChars = false, FX_FILESIZE* pParsedSize = nullptr); |