diff options
Diffstat (limited to 'xfa/fwl/core/ifwl_picturebox.h')
-rw-r--r-- | xfa/fwl/core/ifwl_picturebox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/core/ifwl_picturebox.h b/xfa/fwl/core/ifwl_picturebox.h index d303992a56..510ab9a026 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; |