summaryrefslogtreecommitdiff
path: root/fxjs/cjs_zoomtype.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/cjs_zoomtype.cpp')
-rw-r--r--fxjs/cjs_zoomtype.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cjs_zoomtype.cpp b/fxjs/cjs_zoomtype.cpp
index af56732956..85a1b5d3b3 100644
--- a/fxjs/cjs_zoomtype.cpp
+++ b/fxjs/cjs_zoomtype.cpp
@@ -21,7 +21,7 @@ int CJS_Zoomtype::ObjDefnID = -1;
void CJS_Zoomtype::DefineJSObjects(CFXJS_Engine* pEngine) {
ObjDefnID =
pEngine->DefineObj("zoomtype", FXJSOBJTYPE_STATIC, nullptr, nullptr);
- DefineConsts(pEngine, ObjDefnID, ConstSpecs, FX_ArraySize(ConstSpecs));
+ DefineConsts(pEngine, ObjDefnID, ConstSpecs);
}
CJS_Zoomtype::CJS_Zoomtype(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime)