diff options
Diffstat (limited to 'core/fpdfapi/page/cpdf_pattern.cpp')
-rw-r--r-- | core/fpdfapi/page/cpdf_pattern.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fpdfapi/page/cpdf_pattern.cpp b/core/fpdfapi/page/cpdf_pattern.cpp index 88e5dee35c..e2dc4f4f77 100644 --- a/core/fpdfapi/page/cpdf_pattern.cpp +++ b/core/fpdfapi/page/cpdf_pattern.cpp @@ -16,7 +16,7 @@ CPDF_Pattern::CPDF_Pattern(CPDF_Document* pDoc, CPDF_Pattern::~CPDF_Pattern() {} void CPDF_Pattern::SetPatternToFormMatrix() { - CPDF_Dictionary* pDict = pattern_obj()->GetDict(); + const CPDF_Dictionary* pDict = pattern_obj()->GetDict(); m_Pattern2Form = pDict->GetMatrixFor("Matrix"); m_Pattern2Form.Concat(m_ParentMatrix); } |