| Index: xfa/fwl/core/ifwl_datetimeedit.cpp
 | 
| diff --git a/xfa/fwl/core/ifwl_datetimeedit.cpp b/xfa/fwl/core/ifwl_datetimeedit.cpp
 | 
| index a996dc138e44879b7b906233ae33ec55f34d0cc1..62ab4f6d192846ff7c730f70312bafdeb5f46e64 100644
 | 
| --- a/xfa/fwl/core/ifwl_datetimeedit.cpp
 | 
| +++ b/xfa/fwl/core/ifwl_datetimeedit.cpp
 | 
| @@ -15,7 +15,7 @@
 | 
|  #include "xfa/fwl/core/ifwl_datetimepicker.h"
 | 
|  
 | 
|  IFWL_DateTimeEdit::IFWL_DateTimeEdit(
 | 
| -    const IFWL_App* app,
 | 
| +    const CFWL_App* app,
 | 
|      std::unique_ptr<CFWL_WidgetProperties> properties,
 | 
|      IFWL_Widget* pOuter)
 | 
|      : IFWL_Edit(app, std::move(properties), pOuter) {}
 | 
| 
 |