| Index: core/include/fpdfdoc/fpdf_doc.h
|
| diff --git a/core/include/fpdfdoc/fpdf_doc.h b/core/include/fpdfdoc/fpdf_doc.h
|
| index fd85fda4b99d176a27acd7bd98f10cec1c52298e..9b86e0ecb15a1e78cdea47816eb5e413002594b1 100644
|
| --- a/core/include/fpdfdoc/fpdf_doc.h
|
| +++ b/core/include/fpdfdoc/fpdf_doc.h
|
| @@ -553,10 +553,9 @@ class CPDF_InterForm : public CFX_PrivateData {
|
|
|
| static uint8_t GetNativeCharSet();
|
|
|
| - static CPDF_Font* AddNativeFont(uint8_t iCharSet,
|
| - const CPDF_Document* pDocument);
|
| + static CPDF_Font* AddNativeFont(uint8_t iCharSet, CPDF_Document* pDocument);
|
|
|
| - static CPDF_Font* AddNativeFont(const CPDF_Document* pDocument);
|
| + static CPDF_Font* AddNativeFont(CPDF_Document* pDocument);
|
|
|
| FX_BOOL ValidateFieldName(CFX_WideString& csNewFieldName, int iType);
|
|
|
|
|