diff options
Diffstat (limited to 'xfa/fxfa/cxfa_fflistbox.h')
-rw-r--r-- | xfa/fxfa/cxfa_fflistbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/cxfa_fflistbox.h b/xfa/fxfa/cxfa_fflistbox.h index 4b12b5924d..d65dd8f836 100644 --- a/xfa/fxfa/cxfa_fflistbox.h +++ b/xfa/fxfa/cxfa_fflistbox.h @@ -10,7 +10,7 @@ #include "core/fxcrt/unowned_ptr.h" #include "xfa/fxfa/cxfa_ffdropdown.h" -class CXFA_FFListBox : public CXFA_FFDropDown { +class CXFA_FFListBox final : public CXFA_FFDropDown { public: explicit CXFA_FFListBox(CXFA_Node* pNode); ~CXFA_FFListBox() override; |