| Index: xfa/src/fwl/src/core/fwl_widgetmgrimp.cpp
|
| diff --git a/xfa/src/fwl/src/core/fwl_widgetmgrimp.cpp b/xfa/src/fwl/src/core/fwl_widgetmgrimp.cpp
|
| index 5671ff699af6cb8fc1c15013754ecb8ed363c947..00bebaed90c83bb1d08153e250791de8f5fa9471 100644
|
| --- a/xfa/src/fwl/src/core/fwl_widgetmgrimp.cpp
|
| +++ b/xfa/src/fwl/src/core/fwl_widgetmgrimp.cpp
|
| @@ -26,8 +26,7 @@ IFWL_WidgetMgr* FWL_GetWidgetMgr() {
|
| CFWL_WidgetMgr::CFWL_WidgetMgr(IFWL_AdapterNative* pAdapterNative)
|
| : m_dwCapability(0) {
|
| m_pDelegate = new CFWL_WidgetMgrDelegate(this);
|
| - m_pAdapter =
|
| - pAdapterNative->GetWidgetMgr((IFWL_WidgetMgrDelegate*)m_pDelegate);
|
| + m_pAdapter = pAdapterNative->GetWidgetMgr(m_pDelegate);
|
| FXSYS_assert(m_pAdapter);
|
| CFWL_WidgetMgrItem* pRoot = new CFWL_WidgetMgrItem;
|
| m_mapWidgetItem.SetAt(NULL, pRoot);
|
|
|