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