| Index: core/fpdfdoc/include/cpdf_annot.h
|
| diff --git a/core/fpdfdoc/include/cpdf_annot.h b/core/fpdfdoc/include/cpdf_annot.h
|
| index 9f8671633c2698a990490184590fe62c5eb9e65e..914393a818a91bbc67cfac1037228824727815e4 100644
|
| --- a/core/fpdfdoc/include/cpdf_annot.h
|
| +++ b/core/fpdfdoc/include/cpdf_annot.h
|
| @@ -42,7 +42,7 @@ class CPDF_Annot {
|
| CPDF_Annot(CPDF_Dictionary* pDict, CPDF_Document* pDocument);
|
| ~CPDF_Annot();
|
|
|
| - CFX_ByteString GetSubType() const;
|
| + CFX_ByteString GetSubtype() const;
|
| uint32_t GetFlags() const;
|
| CFX_FloatRect GetRect() const;
|
| const CPDF_Dictionary* GetAnnotDict() const { return m_pAnnotDict; }
|
|
|