| Index: xfa/fwl/core/ifwl_monthcalendar.cpp
 | 
| diff --git a/xfa/fwl/core/ifwl_monthcalendar.cpp b/xfa/fwl/core/ifwl_monthcalendar.cpp
 | 
| index 10ce33a719d9775beac0393b151b05dd0ad63244..0137f195c9ca0533875a5b0fbbf36a6676a64cb0 100644
 | 
| --- a/xfa/fwl/core/ifwl_monthcalendar.cpp
 | 
| +++ b/xfa/fwl/core/ifwl_monthcalendar.cpp
 | 
| @@ -122,7 +122,7 @@ CFX_WideString* GetCapacityForMonth(IFWL_ThemeProvider* pTheme,
 | 
|  }  // namespace
 | 
|  
 | 
|  IFWL_MonthCalendar::IFWL_MonthCalendar(
 | 
| -    const IFWL_App* app,
 | 
| +    const CFWL_App* app,
 | 
|      std::unique_ptr<CFWL_WidgetProperties> properties,
 | 
|      IFWL_Widget* pOuter)
 | 
|      : IFWL_Widget(app, std::move(properties), pOuter),
 | 
| 
 |