| Index: xfa/fwl/core/ifwl_datetimepicker.h
|
| diff --git a/xfa/fwl/core/ifwl_datetimepicker.h b/xfa/fwl/core/ifwl_datetimepicker.h
|
| index e14073df09153fa5a0edec0b38918988b0790e94..28eefe1cdedca0173a0ea1242594817a70927a32 100644
|
| --- a/xfa/fwl/core/ifwl_datetimepicker.h
|
| +++ b/xfa/fwl/core/ifwl_datetimepicker.h
|
| @@ -63,11 +63,7 @@ class IFWL_DateTimePickerDP : public IFWL_DataProvider {
|
|
|
| class IFWL_DateTimePicker : public IFWL_Widget {
|
| public:
|
| - static IFWL_DateTimePicker* Create(const CFWL_WidgetImpProperties& properties,
|
| - IFWL_Widget* pOuter);
|
| -
|
| - IFWL_DateTimePicker(const CFWL_WidgetImpProperties& properties,
|
| - IFWL_Widget* pOuter);
|
| + explicit IFWL_DateTimePicker(const CFWL_WidgetImpProperties& properties);
|
| ~IFWL_DateTimePicker() override;
|
|
|
| // IFWL_Widget
|
|
|