diff options
Diffstat (limited to 'xfa/fwl/cfwl_themetext.h')
-rw-r--r-- | xfa/fwl/cfwl_themetext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/cfwl_themetext.h b/xfa/fwl/cfwl_themetext.h index 91a3f385df..a63b8bf040 100644 --- a/xfa/fwl/cfwl_themetext.h +++ b/xfa/fwl/cfwl_themetext.h @@ -11,7 +11,7 @@ #include "core/fxcrt/fx_system.h" #include "xfa/fwl/cfwl_themepart.h" -class CFWL_ThemeText : public CFWL_ThemePart { +class CFWL_ThemeText final : public CFWL_ThemePart { public: CFWL_ThemeText() : m_pGraphics(nullptr) {} |