diff options
Diffstat (limited to 'fxjs/xfa/cjx_command.h')
-rw-r--r-- | fxjs/xfa/cjx_command.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/xfa/cjx_command.h b/fxjs/xfa/cjx_command.h index e645baf4c9..b876d69ece 100644 --- a/fxjs/xfa/cjx_command.h +++ b/fxjs/xfa/cjx_command.h @@ -12,7 +12,7 @@ class CXFA_Command; -class CJX_Command : public CJX_Node { +class CJX_Command final : public CJX_Node { public: explicit CJX_Command(CXFA_Command* node); ~CJX_Command() override; |