| Index: core/fpdfapi/fpdf_page/include/cpdf_colorspace.h
|
| diff --git a/core/fpdfapi/fpdf_page/include/cpdf_colorspace.h b/core/fpdfapi/fpdf_page/include/cpdf_colorspace.h
|
| index 48ace368350fd74746745484f6a21d176c038028..8bb6c57260b93cd1519bb6d5690972cb9d9c4e89 100644
|
| --- a/core/fpdfapi/fpdf_page/include/cpdf_colorspace.h
|
| +++ b/core/fpdfapi/fpdf_page/include/cpdf_colorspace.h
|
| @@ -79,7 +79,7 @@ class CPDF_ColorSpace {
|
| FX_BOOL bTransMask = FALSE) const;
|
|
|
| CPDF_Array*& GetArray() { return m_pArray; }
|
| - virtual CPDF_ColorSpace* GetBaseCS() const { return NULL; }
|
| + virtual CPDF_ColorSpace* GetBaseCS() const { return nullptr; }
|
|
|
| virtual void EnableStdConversion(FX_BOOL bEnabled);
|
|
|
|
|