diff options
Diffstat (limited to 'fxjs/cjs_color.h')
-rw-r--r-- | fxjs/cjs_color.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cjs_color.h b/fxjs/cjs_color.h index aff19d7b73..b1bd211395 100644 --- a/fxjs/cjs_color.h +++ b/fxjs/cjs_color.h @@ -12,7 +12,7 @@ #include "fpdfsdk/pwl/cpwl_wnd.h" #include "fxjs/js_define.h" -class CJS_Color : public CJS_Object { +class CJS_Color final : public CJS_Object { public: static int GetObjDefnID(); static void DefineJSObjects(CFXJS_Engine* pEngine); |