| Index: xfa/include/fwl/core/fwl_widget.h
|
| diff --git a/xfa/include/fwl/core/fwl_widget.h b/xfa/include/fwl/core/fwl_widget.h
|
| index f29932f2f2a5b075c871db3ed68376c244d75b6b..3127f0683d9f9e4bcab698db85febc6d05ffedaf 100644
|
| --- a/xfa/include/fwl/core/fwl_widget.h
|
| +++ b/xfa/include/fwl/core/fwl_widget.h
|
| @@ -63,7 +63,7 @@ public:
|
| virtual FWL_ERR OnProcessEvent(CFWL_Event *pEvent) = 0;
|
| virtual FWL_ERR OnDrawWidget(CFX_Graphics *pGraphics, const CFX_Matrix *pMatrix = NULL) = 0;
|
| };
|
| -class CFWL_WidgetImpProperties : public CFX_Object
|
| +class CFWL_WidgetImpProperties
|
| {
|
| public:
|
| CFWL_WidgetImpProperties()
|
|
|