| Index: xfa/include/fwl/lightwidget/checkbox.h
|
| diff --git a/xfa/include/fwl/lightwidget/checkbox.h b/xfa/include/fwl/lightwidget/checkbox.h
|
| index 2f7b2bac97ae6355b5c60bd80e66dbf6783c8d10..ebad96fd8e27cbce89926d0e7ead16001fed087d 100644
|
| --- a/xfa/include/fwl/lightwidget/checkbox.h
|
| +++ b/xfa/include/fwl/lightwidget/checkbox.h
|
| @@ -20,8 +20,8 @@ public:
|
| FWL_ERR GetCaption(CFX_WideString &wsCaption);
|
| FWL_ERR SetCaption(FX_WSTR wsCaption);
|
| FWL_ERR SetBoxSize(FX_FLOAT fHeight);
|
| - FX_INT32 GetCheckState();
|
| - FWL_ERR SetCheckState(FX_INT32 iCheck);
|
| + int32_t GetCheckState();
|
| + FWL_ERR SetCheckState(int32_t iCheck);
|
| CFWL_CheckBox();
|
| virtual ~CFWL_CheckBox();
|
| protected:
|
|
|