| Index: xfa/fxfa/parser/cxfa_dataexporter.h
|
| diff --git a/xfa/fxfa/parser/cxfa_dataexporter.h b/xfa/fxfa/parser/cxfa_dataexporter.h
|
| index f3c784a86a189898d123f47dba4b9c47c1aebcba..0e5de0079639fcd55a33a284866eb5e91a1c70d0 100644
|
| --- a/xfa/fxfa/parser/cxfa_dataexporter.h
|
| +++ b/xfa/fxfa/parser/cxfa_dataexporter.h
|
| @@ -26,7 +26,7 @@ class CXFA_DataExporter {
|
| const FX_CHAR* pChecksum);
|
|
|
| protected:
|
| - bool Export(IFGAS_Stream* pStream,
|
| + bool Export(const CFX_RetainPtr<IFGAS_Stream>& pStream,
|
| CXFA_Node* pNode,
|
| uint32_t dwFlag,
|
| const FX_CHAR* pChecksum);
|
|
|