| Index: xfa/fwl/lightwidget/cfwl_widget.h
|
| diff --git a/xfa/fwl/lightwidget/cfwl_widget.h b/xfa/fwl/lightwidget/cfwl_widget.h
|
| index 19b22c6f291961887e7b152e10bc39aeb85390fc..5ec370eceaa39cf2801917d49fcc7ed984a534af 100644
|
| --- a/xfa/fwl/lightwidget/cfwl_widget.h
|
| +++ b/xfa/fwl/lightwidget/cfwl_widget.h
|
| @@ -38,7 +38,7 @@ class CFWL_Widget {
|
| uint32_t GetStylesEx();
|
| FWL_ERR ModifyStylesEx(uint32_t dwStylesExAdded, uint32_t dwStylesExRemoved);
|
| uint32_t GetStates();
|
| - FWL_ERR SetStates(uint32_t dwStates, FX_BOOL bSet = TRUE);
|
| + void SetStates(uint32_t dwStates, FX_BOOL bSet = TRUE);
|
| FWL_ERR SetPrivateData(void* module_id,
|
| void* pData,
|
| PD_CALLBACK_FREEDATA callback);
|
|
|