| Index: fpdfsdk/include/fsdk_baseform.h
|
| diff --git a/fpdfsdk/include/fsdk_baseform.h b/fpdfsdk/include/fsdk_baseform.h
|
| index bc0edf2fa2cf726f3efec27bd60bd6d40d7f5265..f402aae76fa65f645d79b50696d02413baead25a 100644
|
| --- a/fpdfsdk/include/fsdk_baseform.h
|
| +++ b/fpdfsdk/include/fsdk_baseform.h
|
| @@ -123,7 +123,7 @@ class CPDFSDK_Widget : public CPDFSDK_Annot {
|
| CPDF_FormField* GetFormField() const;
|
| CPDF_FormControl* GetFormControl() const;
|
| static CPDF_FormControl* GetFormControl(CPDF_InterForm* pInterForm,
|
| - CPDF_Dictionary* pAnnotDict);
|
| + const CPDF_Dictionary* pAnnotDict);
|
|
|
| void DrawShadow(CFX_RenderDevice* pDevice, CPDFSDK_PageView* pPageView);
|
|
|
|
|