| Index: fpdfsdk/cpdfsdk_document.h
|
| diff --git a/fpdfsdk/cpdfsdk_document.h b/fpdfsdk/cpdfsdk_document.h
|
| index 3da229cc674505f2c24b116f6208a80bd8538623..ee140d82ce88fc6b0c6b144dc8eee78edf01bfda 100644
|
| --- a/fpdfsdk/cpdfsdk_document.h
|
| +++ b/fpdfsdk/cpdfsdk_document.h
|
| @@ -54,6 +54,7 @@ class CPDFSDK_Document : public CFX_Observable<CPDFSDK_Document> {
|
| #ifdef PDF_ENABLE_XFA
|
| // Gets the XFA document directly (XFA-only).
|
| CPDFXFA_Document* GetXFADocument() const { return m_pDoc; }
|
| + void ResetXFADocument() { m_pDoc = nullptr; }
|
|
|
| int GetPageViewCount() const { return m_pageMap.size(); }
|
| #endif // PDF_ENABLE_XFA
|
|
|