diff options
Diffstat (limited to 'core/fpdfdoc/cpdf_annot.h')
-rw-r--r-- | core/fpdfdoc/cpdf_annot.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/fpdfdoc/cpdf_annot.h b/core/fpdfdoc/cpdf_annot.h index 3f1164ad18..b2875949a3 100644 --- a/core/fpdfdoc/cpdf_annot.h +++ b/core/fpdfdoc/cpdf_annot.h @@ -69,7 +69,8 @@ class CPDF_Annot { static ByteString AnnotSubtypeToString(CPDF_Annot::Subtype nSubtype); static CFX_FloatRect RectFromQuadPointsArray(const CPDF_Array* pArray, size_t nIndex); - static CFX_FloatRect BoundingRectFromQuadPoints(CPDF_Dictionary* pAnnotDict); + static CFX_FloatRect BoundingRectFromQuadPoints( + const CPDF_Dictionary* pAnnotDict); static CFX_FloatRect RectFromQuadPoints(CPDF_Dictionary* pAnnotDict, size_t nIndex); static size_t QuadPointCount(const CPDF_Array* pArray); |