| Index: xfa/fxfa/app/xfa_fwladapter.cpp
|
| diff --git a/xfa/fxfa/app/xfa_fwladapter.cpp b/xfa/fxfa/app/xfa_fwladapter.cpp
|
| index dbce492dab0526d247c3e8a34e8851baec27d2c1..a571c635d1dce10d6d29c35bec79f8444b21e791 100644
|
| --- a/xfa/fxfa/app/xfa_fwladapter.cpp
|
| +++ b/xfa/fxfa/app/xfa_fwladapter.cpp
|
| @@ -18,7 +18,7 @@ FWL_Error CXFA_FWLAdapterWidgetMgr::RepaintWidget(IFWL_Widget* pWidget,
|
| if (!pWidget)
|
| return FWL_Error::Indefinite;
|
|
|
| - CXFA_FFField* pField = static_cast<CXFA_FFField*>(pWidget->GetLayoutItem());
|
| + CXFA_FFWidget* pField = pWidget->GetLayoutItem();
|
| if (!pField)
|
| return FWL_Error::Indefinite;
|
|
|
|
|