| Index: xfa/fwl/basewidget/ifwl_checkbox.h
|
| diff --git a/xfa/fwl/basewidget/ifwl_checkbox.h b/xfa/fwl/basewidget/ifwl_checkbox.h
|
| index 0f4b42c2c8d3f2ce9a0ce065d330b18cf76ef3ac..83c0dd47245baba0e915040d149c16c47a3c4f47 100644
|
| --- a/xfa/fwl/basewidget/ifwl_checkbox.h
|
| +++ b/xfa/fwl/basewidget/ifwl_checkbox.h
|
| @@ -59,7 +59,7 @@ class IFWL_CheckBox : public IFWL_Widget {
|
| static IFWL_CheckBox* Create(const CFWL_WidgetImpProperties& properties,
|
| IFWL_Widget* pOuter);
|
| int32_t GetCheckState();
|
| - FWL_ERR SetCheckState(int32_t iCheck);
|
| + FWL_Error SetCheckState(int32_t iCheck);
|
|
|
| protected:
|
| IFWL_CheckBox();
|
|
|