Index: fpdfsdk/src/fsdk_baseform.cpp |
diff --git a/fpdfsdk/src/fsdk_baseform.cpp b/fpdfsdk/src/fsdk_baseform.cpp |
index 46aa1f3d85a29202050ef92082f01d2b520fdce6..c1a1f91cd403b9c09aa9f1a726fe2b3c45213b5b 100644 |
--- a/fpdfsdk/src/fsdk_baseform.cpp |
+++ b/fpdfsdk/src/fsdk_baseform.cpp |
@@ -2011,7 +2011,7 @@ int CPDFSDK_InterForm::AfterSelectionChange(const CPDF_FormField* pField) { |
int CPDFSDK_InterForm::AfterCheckedStatusChange( |
const CPDF_FormField* pField, |
- const CFX_ByteArray& statusArray) { |
+ const std::vector<bool>& statusArray) { |
Tom Sepez
2016/02/02 17:36:10
Heh, unused, and the callers just pass it but dont
|
CPDF_FormField* pFormField = (CPDF_FormField*)pField; |
int nType = pFormField->GetFieldType(); |
if (nType == FIELDTYPE_CHECKBOX || nType == FIELDTYPE_RADIOBUTTON) { |