diff options
Diffstat (limited to 'fxjs/cjs_annot.h')
-rw-r--r-- | fxjs/cjs_annot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cjs_annot.h b/fxjs/cjs_annot.h index 79b2663162..ea2168ea31 100644 --- a/fxjs/cjs_annot.h +++ b/fxjs/cjs_annot.h @@ -10,7 +10,7 @@ #include "fpdfsdk/cpdfsdk_baannot.h" #include "fxjs/js_define.h" -class CJS_Annot : public CJS_Object { +class CJS_Annot final : public CJS_Object { public: static int GetObjDefnID(); static void DefineJSObjects(CFXJS_Engine* pEngine); |