| Index: xfa/src/fxfa/src/parser/xfa_layout_itemlayout.cpp
|
| diff --git a/xfa/src/fxfa/src/parser/xfa_layout_itemlayout.cpp b/xfa/src/fxfa/src/parser/xfa_layout_itemlayout.cpp
|
| index cbfdb09fc4d31205cd79dd344e7e2e770e8b1f57..f3b1276797d2debcab7103f8171d111231f87c7a 100644
|
| --- a/xfa/src/fxfa/src/parser/xfa_layout_itemlayout.cpp
|
| +++ b/xfa/src/fxfa/src/parser/xfa_layout_itemlayout.cpp
|
| @@ -1770,7 +1770,7 @@ static FX_FLOAT XFA_ItemLayoutProcessor_InsertPendingItems(
|
| while (pProcessor->m_rgPendingNodes.GetCount() > 0) {
|
| FX_POSITION pos = pProcessor->m_rgPendingNodes.GetHeadPosition();
|
| CXFA_Node* pPendingNode =
|
| - (CXFA_Node*)pProcessor->m_rgPendingNodes.GetAt(pos);
|
| + reinterpret_cast<CXFA_Node*>(pProcessor->m_rgPendingNodes.GetAt(pos));
|
| pProcessor->m_rgPendingNodes.RemoveAt(pos);
|
| CXFA_ContentLayoutItem* pPendingLayoutItem = NULL;
|
| CXFA_ItemLayoutProcessor* pPendingProcessor =
|
|
|