diff options
Diffstat (limited to 'xfa/fxfa/cxfa_ffimage.h')
-rw-r--r-- | xfa/fxfa/cxfa_ffimage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/cxfa_ffimage.h b/xfa/fxfa/cxfa_ffimage.h index 7859f106ba..655c679ff1 100644 --- a/xfa/fxfa/cxfa_ffimage.h +++ b/xfa/fxfa/cxfa_ffimage.h @@ -9,7 +9,7 @@ #include "xfa/fxfa/cxfa_ffwidget.h" -class CXFA_FFImage : public CXFA_FFWidget { +class CXFA_FFImage final : public CXFA_FFWidget { public: explicit CXFA_FFImage(CXFA_Node* pNode); ~CXFA_FFImage() override; |