| Index: xfa/include/fwl/basewidget/fwl_monthcalendar.h
|
| diff --git a/xfa/include/fwl/basewidget/fwl_monthcalendar.h b/xfa/include/fwl/basewidget/fwl_monthcalendar.h
|
| index 23bc0ea712ab84ba16f665924ed67c259b33cf69..c1c30018257c4c057dda1f03ec3dbe25f7918d23 100644
|
| --- a/xfa/include/fwl/basewidget/fwl_monthcalendar.h
|
| +++ b/xfa/include/fwl/basewidget/fwl_monthcalendar.h
|
| @@ -114,10 +114,9 @@ class IFWL_MonthCalendarDP : public IFWL_DataProvider {
|
| };
|
| class IFWL_MonthCalendar : public IFWL_Widget {
|
| public:
|
| - static IFWL_MonthCalendar* Create();
|
| + static IFWL_MonthCalendar* Create(const CFWL_WidgetImpProperties& properties,
|
| + IFWL_Widget* pOuter);
|
|
|
| - FWL_ERR Initialize(const CFWL_WidgetImpProperties& properties,
|
| - IFWL_Widget* pOuter);
|
| int32_t CountSelect();
|
| FX_BOOL GetSelect(int32_t& iYear,
|
| int32_t& iMonth,
|
|
|