diff options
Diffstat (limited to 'fxjs/cjs_style.h')
-rw-r--r-- | fxjs/cjs_style.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cjs_style.h b/fxjs/cjs_style.h index dade59f6f1..8ddd6a3a0a 100644 --- a/fxjs/cjs_style.h +++ b/fxjs/cjs_style.h @@ -9,7 +9,7 @@ #include "fxjs/js_define.h" -class CJS_Style : public CJS_Object { +class CJS_Style final : public CJS_Object { public: static void DefineJSObjects(CFXJS_Engine* pEngine); |