diff options
Diffstat (limited to 'xfa/fwl/cfwl_themebackground.h')
-rw-r--r-- | xfa/fwl/cfwl_themebackground.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/cfwl_themebackground.h b/xfa/fwl/cfwl_themebackground.h index 37103ae01a..46df73c8bf 100644 --- a/xfa/fwl/cfwl_themebackground.h +++ b/xfa/fwl/cfwl_themebackground.h @@ -13,7 +13,7 @@ class CXFA_Graphics; class CXFA_GEPath; -class CFWL_ThemeBackground : public CFWL_ThemePart { +class CFWL_ThemeBackground final : public CFWL_ThemePart { public: CFWL_ThemeBackground(); ~CFWL_ThemeBackground(); |