| Index: xfa/fwl/core/cfwl_widget.cpp
|
| diff --git a/xfa/fwl/core/cfwl_widget.cpp b/xfa/fwl/core/cfwl_widget.cpp
|
| index 074803776b28e953d846e15c53427cc2c84511b6..98f73cf40e52040470f29835fc471e9e64ebd945 100644
|
| --- a/xfa/fwl/core/cfwl_widget.cpp
|
| +++ b/xfa/fwl/core/cfwl_widget.cpp
|
| @@ -19,9 +19,7 @@
|
| #define FWL_WGT_CalcMultiLineDefWidth 120.0f
|
|
|
| CFWL_Widget::CFWL_Widget(const IFWL_App* app)
|
| - : m_pApp(app),
|
| - m_pWidgetMgr(app->GetWidgetMgr()),
|
| - m_pProperties(new CFWL_WidgetProperties) {
|
| + : m_pApp(app), m_pWidgetMgr(app->GetWidgetMgr()) {
|
| ASSERT(m_pWidgetMgr);
|
| }
|
|
|
|
|