Index: xfa/fxfa/include/xfa_ffdoc.h |
diff --git a/xfa/fxfa/include/xfa_ffdoc.h b/xfa/fxfa/include/xfa_ffdoc.h |
index af1f8d79cffdb0dc0647a4f1247be75d8b2cbf5a..2ea829885cb23704e622b5b3c50212958ef8d3cf 100644 |
--- a/xfa/fxfa/include/xfa_ffdoc.h |
+++ b/xfa/fxfa/include/xfa_ffdoc.h |
@@ -31,7 +31,7 @@ class CXFA_FFDoc { |
IXFA_DocProvider* GetDocProvider() { return m_pDocProvider; } |
uint32_t GetDocType(); |
int32_t StartLoad(); |
- int32_t DoLoad(IFX_Pause* pPause = NULL); |
+ int32_t DoLoad(IFX_Pause* pPause = nullptr); |
void StopLoad(); |
CXFA_FFDocView* CreateDocView(uint32_t dwView = 0); |
FX_BOOL OpenDoc(IFX_FileRead* pStream, FX_BOOL bTakeOverFile); |