| Index: xfa/src/fdp/src/xml/fde_xml_imp.h
|
| diff --git a/xfa/src/fdp/src/xml/fde_xml_imp.h b/xfa/src/fdp/src/xml/fde_xml_imp.h
|
| index 7054eaa29229494e78a49ee5a59682cc67400145..652497ff793612a39c2f1f134b13c8658d5a2c30 100644
|
| --- a/xfa/src/fdp/src/xml/fde_xml_imp.h
|
| +++ b/xfa/src/fdp/src/xml/fde_xml_imp.h
|
| @@ -338,6 +338,7 @@ class CFDE_XMLSyntaxParser : public IFDE_XMLSyntaxParser, public CFX_Target {
|
| virtual void GetTextData(CFX_WideString& wsText) const { GetData(wsText); }
|
| virtual void GetTargetData(CFX_WideString& wsData) const { GetData(wsData); }
|
| #endif
|
| +
|
| protected:
|
| IFX_Stream* m_pStream;
|
| int32_t m_iXMLPlaneSize;
|
|
|