| Index: xfa/fwl/core/cfwl_picturebox.h
 | 
| diff --git a/xfa/fwl/core/cfwl_picturebox.h b/xfa/fwl/core/cfwl_picturebox.h
 | 
| index ce61a345194b8e30e146c0a34538fe5a5c5654e3..e23a6ab2daf004eec6c9a511e8893bc96fa464dc 100644
 | 
| --- a/xfa/fwl/core/cfwl_picturebox.h
 | 
| +++ b/xfa/fwl/core/cfwl_picturebox.h
 | 
| @@ -13,7 +13,7 @@
 | 
|  
 | 
|  class CFWL_PictureBox : public CFWL_Widget, public IFWL_Widget::DataProvider {
 | 
|   public:
 | 
| -  explicit CFWL_PictureBox(const IFWL_App* pApp);
 | 
| +  explicit CFWL_PictureBox(const CFWL_App* pApp);
 | 
|    ~CFWL_PictureBox() override;
 | 
|  
 | 
|    void Initialize();
 | 
| 
 |