| Index: xfa/fwl/core/ifwl_formproxy.cpp
 | 
| diff --git a/xfa/fwl/core/ifwl_formproxy.cpp b/xfa/fwl/core/ifwl_formproxy.cpp
 | 
| index 253ed7fb9476065b3851f3d33e001fd495c698e1..521e056c75392fd04e5c29ebffba6da536b6edb6 100644
 | 
| --- a/xfa/fwl/core/ifwl_formproxy.cpp
 | 
| +++ b/xfa/fwl/core/ifwl_formproxy.cpp
 | 
| @@ -13,7 +13,7 @@
 | 
|  #include "xfa/fwl/core/cfwl_notedriver.h"
 | 
|  
 | 
|  IFWL_FormProxy::IFWL_FormProxy(
 | 
| -    const IFWL_App* app,
 | 
| +    const CFWL_App* app,
 | 
|      std::unique_ptr<CFWL_WidgetProperties> properties,
 | 
|      IFWL_Widget* pOuter)
 | 
|      : IFWL_Form(app, std::move(properties), pOuter) {}
 | 
| 
 |