diff options
Diffstat (limited to 'fxjs/cjs_field.h')
-rw-r--r-- | fxjs/cjs_field.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cjs_field.h b/fxjs/cjs_field.h index 69d6c8eb07..4f2171017d 100644 --- a/fxjs/cjs_field.h +++ b/fxjs/cjs_field.h @@ -27,7 +27,7 @@ enum FIELD_PROP { FP_VALUE }; -class CJS_Field : public CJS_Object { +class CJS_Field final : public CJS_Object { public: static int GetObjDefnID(); static void DefineJSObjects(CFXJS_Engine* pEngine); |