diff options
Diffstat (limited to 'xfa/fwl/theme/cfwl_barcodetp.h')
-rw-r--r-- | xfa/fwl/theme/cfwl_barcodetp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/theme/cfwl_barcodetp.h b/xfa/fwl/theme/cfwl_barcodetp.h index 42b41e7d42..3fb9d3d9fd 100644 --- a/xfa/fwl/theme/cfwl_barcodetp.h +++ b/xfa/fwl/theme/cfwl_barcodetp.h @@ -10,7 +10,7 @@ #include "xfa/fwl/theme/cfwl_utils.h" #include "xfa/fwl/theme/cfwl_widgettp.h" -class CFWL_BarcodeTP : public CFWL_WidgetTP { +class CFWL_BarcodeTP final : public CFWL_WidgetTP { public: CFWL_BarcodeTP(); ~CFWL_BarcodeTP() override; |