diff options
Diffstat (limited to 'fxjs/xfa/cjx_checkbutton.h')
-rw-r--r-- | fxjs/xfa/cjx_checkbutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/xfa/cjx_checkbutton.h b/fxjs/xfa/cjx_checkbutton.h index 3b78d710c4..82a96d4b02 100644 --- a/fxjs/xfa/cjx_checkbutton.h +++ b/fxjs/xfa/cjx_checkbutton.h @@ -12,7 +12,7 @@ class CXFA_CheckButton; -class CJX_CheckButton : public CJX_Node { +class CJX_CheckButton final : public CJX_Node { public: explicit CJX_CheckButton(CXFA_CheckButton* node); ~CJX_CheckButton() override; |