| Index: core/fpdfdoc/include/cpdf_variabletext.h
|
| diff --git a/core/fpdfdoc/include/cpdf_variabletext.h b/core/fpdfdoc/include/cpdf_variabletext.h
|
| index 30bff8481115310d2af4fbf703df8d9e9412475d..faa5036469349f2f846e6ae87d2f075aa22f01ed 100644
|
| --- a/core/fpdfdoc/include/cpdf_variabletext.h
|
| +++ b/core/fpdfdoc/include/cpdf_variabletext.h
|
| @@ -77,7 +77,7 @@ class CPDF_VariableText : private CPDF_EditContainer {
|
| virtual int32_t GetDefaultFontIndex();
|
|
|
| private:
|
| - IPVT_FontMap* m_pFontMap;
|
| + IPVT_FontMap* const m_pFontMap;
|
| };
|
|
|
| CPDF_VariableText();
|
|
|