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