| Index: core/include/fpdfdoc/fpdf_doc.h
|
| diff --git a/core/include/fpdfdoc/fpdf_doc.h b/core/include/fpdfdoc/fpdf_doc.h
|
| index 87d1662c816a9ef03e9739249faac64439a02357..5939966995dc30cac8f8f5d4e14e49edbfad946b 100644
|
| --- a/core/include/fpdfdoc/fpdf_doc.h
|
| +++ b/core/include/fpdfdoc/fpdf_doc.h
|
| @@ -722,7 +722,7 @@ class CPDF_FormField {
|
|
|
| int FindOption(CFX_WideString csOptLabel);
|
|
|
| - int FindOptionValue(const CFX_WideString& csOptValue, int iStartIndex = 0);
|
| + int FindOptionValue(const CFX_WideString& csOptValue);
|
|
|
| FX_BOOL CheckControl(int iControlIndex,
|
| bool bChecked,
|
|
|