| Index: xfa/fwl/core/ifwl_picturebox.h
|
| diff --git a/xfa/fwl/core/ifwl_picturebox.h b/xfa/fwl/core/ifwl_picturebox.h
|
| index d303992a56c0abdd8180c80e86036666bba39567..510ab9a02645421a310c46e0d3640b3627449b04 100644
|
| --- a/xfa/fwl/core/ifwl_picturebox.h
|
| +++ b/xfa/fwl/core/ifwl_picturebox.h
|
| @@ -32,7 +32,7 @@ class IFWL_Widget;
|
|
|
| class IFWL_PictureBox : public IFWL_Widget {
|
| public:
|
| - explicit IFWL_PictureBox(const IFWL_App* app,
|
| + explicit IFWL_PictureBox(const CFWL_App* app,
|
| std::unique_ptr<CFWL_WidgetProperties> properties);
|
| ~IFWL_PictureBox() override;
|
|
|
|
|