| Index: core/src/fpdfapi/fpdf_page/pageint.h
|
| diff --git a/core/src/fpdfapi/fpdf_page/pageint.h b/core/src/fpdfapi/fpdf_page/pageint.h
|
| index 208a09b8d899c2b11b6a063c5814cb5d69c14320..84c8366780e754b5ae9ec080f4ced4bbdab7658f 100644
|
| --- a/core/src/fpdfapi/fpdf_page/pageint.h
|
| +++ b/core/src/fpdfapi/fpdf_page/pageint.h
|
| @@ -402,7 +402,7 @@ class CPDF_DocPageData {
|
| CPDF_FontEncoding* pEncoding);
|
| void ReleaseFont(CPDF_Dictionary* pFontDict);
|
| CPDF_ColorSpace* GetColorSpace(CPDF_Object* pCSObj,
|
| - CPDF_Dictionary* pResources);
|
| + const CPDF_Dictionary* pResources);
|
| CPDF_ColorSpace* GetCopiedColorSpace(CPDF_Object* pCSObj);
|
| void ReleaseColorSpace(CPDF_Object* pColorSpace);
|
| CPDF_Pattern* GetPattern(CPDF_Object* pPatternObj,
|
|
|