diff options
Diffstat (limited to 'fxjs/cjs_report.h')
-rw-r--r-- | fxjs/cjs_report.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cjs_report.h b/fxjs/cjs_report.h index a969b41f55..6606d1431d 100644 --- a/fxjs/cjs_report.h +++ b/fxjs/cjs_report.h @@ -11,7 +11,7 @@ #include "fxjs/js_define.h" -class CJS_Report : public CJS_Object { +class CJS_Report final : public CJS_Object { public: static int GetObjDefnID(); static void DefineJSObjects(CFXJS_Engine* pEngine, FXJSOBJTYPE eObjType); |