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