| Index: xfa/src/fxfa/src/app/xfa_ffwidgetacc.cpp
|
| diff --git a/xfa/src/fxfa/src/app/xfa_ffwidgetacc.cpp b/xfa/src/fxfa/src/app/xfa_ffwidgetacc.cpp
|
| index f68a94e5507628b1250effae937a3be971146750..34d87f44c18415e125a5c44bfd1bef441dfe1ab1 100644
|
| --- a/xfa/src/fxfa/src/app/xfa_ffwidgetacc.cpp
|
| +++ b/xfa/src/fxfa/src/app/xfa_ffwidgetacc.cpp
|
| @@ -711,7 +711,7 @@ int32_t CXFA_WidgetAcc::ExecuteScript(CXFA_Script script,
|
| return iRet;
|
| }
|
| CXFA_FFWidget* CXFA_WidgetAcc::GetNextWidget(CXFA_FFWidget* pWidget) {
|
| - CXFA_LayoutItemImpl* pLayout = nullptr;
|
| + CXFA_LayoutItem* pLayout = nullptr;
|
| if (pWidget) {
|
| pLayout = pWidget->GetNext();
|
| } else {
|
|
|