| Index: xfa/fwl/lightwidget/cfwl_widget.h
|
| diff --git a/xfa/fwl/lightwidget/cfwl_widget.h b/xfa/fwl/lightwidget/cfwl_widget.h
|
| index ea176270638187d3ce0e2412d8922844e2679c1d..f0ca1575cfb2a2dc42cffe386276306d12f474be 100644
|
| --- a/xfa/fwl/lightwidget/cfwl_widget.h
|
| +++ b/xfa/fwl/lightwidget/cfwl_widget.h
|
| @@ -16,6 +16,7 @@ class CFWL_Message;
|
| class CFWL_Widget;
|
| class CFWL_WidgetDelegate;
|
| class CFWL_WidgetMgr;
|
| +class CXFA_FFWidget;
|
|
|
| class CFWL_Widget {
|
| public:
|
| @@ -41,8 +42,8 @@ class CFWL_Widget {
|
| uint32_t dwStylesExRemoved);
|
| uint32_t GetStates();
|
| void SetStates(uint32_t dwStates, FX_BOOL bSet = TRUE);
|
| - void* GetLayoutItem() const;
|
| - void SetLayoutItem(void* pItem);
|
| + CXFA_FFWidget* GetLayoutItem() const;
|
| + void SetLayoutItem(CXFA_FFWidget* pItem);
|
|
|
| FWL_Error SetPrivateData(void* module_id,
|
| void* pData,
|
|
|