| Index: xfa/fwl/core/cfwl_checkbox.h
|
| diff --git a/xfa/fwl/core/cfwl_checkbox.h b/xfa/fwl/core/cfwl_checkbox.h
|
| index 8ab88854d8832d9e52983462cf5a3b164aa4ccf0..730b906ba4a586b4c33a7716a3073d0b51f0b201 100644
|
| --- a/xfa/fwl/core/cfwl_checkbox.h
|
| +++ b/xfa/fwl/core/cfwl_checkbox.h
|
| @@ -23,8 +23,7 @@ class CFWL_CheckBox : public CFWL_Widget, public IFWL_CheckBoxDP {
|
| FWL_Error SetCheckState(int32_t iCheck);
|
|
|
| // IFWL_DataProvider
|
| - FWL_Error GetCaption(IFWL_Widget* pWidget,
|
| - CFX_WideString& wsCaption) override;
|
| + void GetCaption(IFWL_Widget* pWidget, CFX_WideString& wsCaption) override;
|
|
|
| // IFWL_CheckBoxDP
|
| FX_FLOAT GetBoxSize(IFWL_Widget* pWidget) override;
|
|
|