Index: core/fpdfdoc/cpdf_formcontrol.h |
diff --git a/core/fpdfdoc/cpdf_formcontrol.h b/core/fpdfdoc/cpdf_formcontrol.h |
index e86443402d57379d7b65ffeec620700d1505972e..d24dd0494187d99227d361bee9dcf8742a98c094 100644 |
--- a/core/fpdfdoc/cpdf_formcontrol.h |
+++ b/core/fpdfdoc/cpdf_formcontrol.h |
@@ -115,7 +115,7 @@ class CPDF_FormControl { |
CFX_ByteString GetOnStateName() const; |
void SetOnStateName(const CFX_ByteString& csOn); |
- void CheckControl(FX_BOOL bChecked); |
+ void CheckControl(bool bChecked); |
FX_ARGB GetColor(int& iColorType, const CFX_ByteString& csEntry); |
FX_FLOAT GetOriginalColor(int index, const CFX_ByteString& csEntry); |
void GetOriginalColor(int& iColorType, |