| Index: xfa/fwl/core/ifwl_monthcalendar.h
 | 
| diff --git a/xfa/fwl/core/ifwl_monthcalendar.h b/xfa/fwl/core/ifwl_monthcalendar.h
 | 
| index f2c072e9781ac63362482623bf9821f450bb3e00..dd586631063e4ba1459499018dd7d88d7594aa1b 100644
 | 
| --- a/xfa/fwl/core/ifwl_monthcalendar.h
 | 
| +++ b/xfa/fwl/core/ifwl_monthcalendar.h
 | 
| @@ -35,7 +35,7 @@ class IFWL_MonthCalendar : public IFWL_Widget {
 | 
|      virtual int32_t GetCurYear(IFWL_Widget* pWidget) = 0;
 | 
|    };
 | 
|  
 | 
| -  IFWL_MonthCalendar(const IFWL_App* app,
 | 
| +  IFWL_MonthCalendar(const CFWL_App* app,
 | 
|                       std::unique_ptr<CFWL_WidgetProperties> properties,
 | 
|                       IFWL_Widget* pOuter);
 | 
|    ~IFWL_MonthCalendar() override;
 | 
| 
 |