| Index: xfa/fwl/core/ifwl_widget.h
|
| diff --git a/xfa/fwl/core/ifwl_widget.h b/xfa/fwl/core/ifwl_widget.h
|
| index 62f7155c5d2050a046aa15d37b11d0ea851d152b..8ec758a56605c048e4f4fbe1b23ea2a72240a17a 100644
|
| --- a/xfa/fwl/core/ifwl_widget.h
|
| +++ b/xfa/fwl/core/ifwl_widget.h
|
| @@ -53,7 +53,7 @@ class IFWL_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);
|
|
|