| Index: xfa/fwl/core/ifwl_picturebox.cpp
 | 
| diff --git a/xfa/fwl/core/ifwl_picturebox.cpp b/xfa/fwl/core/ifwl_picturebox.cpp
 | 
| index 9cb360407665c91ba90c8cbbcb26804da028bff9..3cffa5297030322b0f7ea898640bfd8aae93a509 100644
 | 
| --- a/xfa/fwl/core/ifwl_picturebox.cpp
 | 
| +++ b/xfa/fwl/core/ifwl_picturebox.cpp
 | 
| @@ -14,7 +14,7 @@
 | 
|  #include "xfa/fwl/core/cfwl_picturebox.h"
 | 
|  
 | 
|  IFWL_PictureBox::IFWL_PictureBox(
 | 
| -    const IFWL_App* app,
 | 
| +    const CFWL_App* app,
 | 
|      std::unique_ptr<CFWL_WidgetProperties> properties)
 | 
|      : IFWL_Widget(app, std::move(properties), nullptr) {
 | 
|    m_rtClient.Reset();
 | 
| 
 |