summaryrefslogtreecommitdiff
path: root/fxjs/cjs_scalewhen.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/cjs_scalewhen.h')
-rw-r--r--fxjs/cjs_scalewhen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fxjs/cjs_scalewhen.h b/fxjs/cjs_scalewhen.h
index e97a285119..d068a38a14 100644
--- a/fxjs/cjs_scalewhen.h
+++ b/fxjs/cjs_scalewhen.h
@@ -13,8 +13,8 @@ class CJS_ScaleWhen : public CJS_Object {
public:
static void DefineJSObjects(CFXJS_Engine* pEngine);
- explicit CJS_ScaleWhen(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {}
- ~CJS_ScaleWhen() override {}
+ CJS_ScaleWhen(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime);
+ ~CJS_ScaleWhen() override;
private:
static int ObjDefnID;