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