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