diff options
Diffstat (limited to 'xfa/fwl/cfwl_picturebox.h')
-rw-r--r-- | xfa/fwl/cfwl_picturebox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/cfwl_picturebox.h b/xfa/fwl/cfwl_picturebox.h index 363db8a291..3823a5990b 100644 --- a/xfa/fwl/cfwl_picturebox.h +++ b/xfa/fwl/cfwl_picturebox.h @@ -15,7 +15,7 @@ class CFX_DIBitmap; class CFWL_Widget; -class CFWL_PictureBox : public CFWL_Widget { +class CFWL_PictureBox final : public CFWL_Widget { public: explicit CFWL_PictureBox(const CFWL_App* pApp); ~CFWL_PictureBox() override; |