| Index: xfa/src/fwl/src/lightwidget/datetimepicker.cpp
|
| diff --git a/xfa/src/fwl/src/lightwidget/datetimepicker.cpp b/xfa/src/fwl/src/lightwidget/datetimepicker.cpp
|
| index a1f54930498856864a59c0784482ee8309f0268a..60e0e30b4e0e0345f551d175cfca8f88a6630e4f 100644
|
| --- a/xfa/src/fwl/src/lightwidget/datetimepicker.cpp
|
| +++ b/xfa/src/fwl/src/lightwidget/datetimepicker.cpp
|
| @@ -15,7 +15,7 @@ FWL_ERR CFWL_DateTimePicker::Initialize(
|
| if (pProperties) {
|
| *m_pProperties = *pProperties;
|
| }
|
| - m_pIface = IFWL_DateTimePicker::Create();
|
| + m_pIface = new IFWL_DateTimePicker;
|
| FWL_ERR ret =
|
| ((IFWL_DateTimePicker*)m_pIface)
|
| ->Initialize(
|
|
|