| Index: xfa/fwl/core/ifwl_datetimecalendar.h
|
| diff --git a/xfa/fwl/core/ifwl_datetimecalendar.h b/xfa/fwl/core/ifwl_datetimecalendar.h
|
| index c106e7f86dcc15003c430bcf5f6b8e1fd4abfcbe..3d856fd578cd110c67a45a5f9ae0903ed4ff84f2 100644
|
| --- a/xfa/fwl/core/ifwl_datetimecalendar.h
|
| +++ b/xfa/fwl/core/ifwl_datetimecalendar.h
|
| @@ -11,11 +11,12 @@
|
|
|
| class IFWL_DateTimeCalendar : public IFWL_MonthCalendar {
|
| public:
|
| - IFWL_DateTimeCalendar(const CFWL_WidgetImpProperties& properties,
|
| + IFWL_DateTimeCalendar(const IFWL_App* app,
|
| + const CFWL_WidgetImpProperties& properties,
|
| IFWL_Widget* pOuter);
|
|
|
| // IFWL_MonthCalendar
|
| - FWL_Error Initialize() override;
|
| + void Initialize() override;
|
| void Finalize() override;
|
|
|
| protected:
|
|
|