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