diff options
Diffstat (limited to 'xfa/fxfa/cxfa_ffcheckbutton.h')
-rw-r--r-- | xfa/fxfa/cxfa_ffcheckbutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/cxfa_ffcheckbutton.h b/xfa/fxfa/cxfa_ffcheckbutton.h index 0bbec75ee5..0d34cf9895 100644 --- a/xfa/fxfa/cxfa_ffcheckbutton.h +++ b/xfa/fxfa/cxfa_ffcheckbutton.h @@ -14,7 +14,7 @@ class CXFA_CheckButton; -class CXFA_FFCheckButton : public CXFA_FFField { +class CXFA_FFCheckButton final : public CXFA_FFField { public: CXFA_FFCheckButton(CXFA_Node* pNode, CXFA_CheckButton* button); ~CXFA_FFCheckButton() override; |