diff options
Diffstat (limited to 'xfa/fxfa/parser/cxfa_sharpxhtml.h')
-rw-r--r-- | xfa/fxfa/parser/cxfa_sharpxhtml.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/parser/cxfa_sharpxhtml.h b/xfa/fxfa/parser/cxfa_sharpxhtml.h index 3f6cf793e2..b73789d3ca 100644 --- a/xfa/fxfa/parser/cxfa_sharpxhtml.h +++ b/xfa/fxfa/parser/cxfa_sharpxhtml.h @@ -9,7 +9,7 @@ #include "xfa/fxfa/parser/cxfa_node.h" -class CXFA_SharpxHTML : public CXFA_Node { +class CXFA_SharpxHTML final : public CXFA_Node { public: CXFA_SharpxHTML(CXFA_Document* doc, XFA_PacketType packet); ~CXFA_SharpxHTML() override; |