| Index: core/fxcodec/jbig2/JBig2_Context.h
|
| diff --git a/core/fxcodec/jbig2/JBig2_Context.h b/core/fxcodec/jbig2/JBig2_Context.h
|
| index fa68588a4a55cfca7eac3b3d7b1c006a03b31f64..950ad130d7904bb0135b675b0f0cf5ff330bd66b 100644
|
| --- a/core/fxcodec/jbig2/JBig2_Context.h
|
| +++ b/core/fxcodec/jbig2/JBig2_Context.h
|
| @@ -44,7 +44,7 @@ class CJBig2_Context {
|
| CPDF_StreamAcc* pGlobalStream,
|
| CPDF_StreamAcc* pSrcStream,
|
| std::list<CJBig2_CachePair>* pSymbolDictCache,
|
| - IFX_Pause* pPause = NULL);
|
| + IFX_Pause* pPause = nullptr);
|
|
|
| static void DestroyContext(CJBig2_Context* pContext);
|
|
|
|
|