| 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 084b7bb270eedc25a8db4fc49b1b0ebeca99e641..23bc0ea712ab84ba16f665924ed67c259b33cf69 100644
|
| --- a/xfa/include/fwl/basewidget/fwl_monthcalendar.h
|
| +++ b/xfa/include/fwl/basewidget/fwl_monthcalendar.h
|
| @@ -116,9 +116,8 @@ class IFWL_MonthCalendar : public IFWL_Widget {
|
| public:
|
| static IFWL_MonthCalendar* Create();
|
|
|
| - FWL_ERR Initialize(IFWL_Widget* pOuter = NULL);
|
| FWL_ERR Initialize(const CFWL_WidgetImpProperties& properties,
|
| - IFWL_Widget* pOuter = NULL);
|
| + IFWL_Widget* pOuter);
|
| int32_t CountSelect();
|
| FX_BOOL GetSelect(int32_t& iYear,
|
| int32_t& iMonth,
|
|
|