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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/fxjs/cjs_scalewhen.h b/fxjs/cjs_scalewhen.h
index 77980dc70a..ef046f93ba 100644
--- a/fxjs/cjs_scalewhen.h
+++ b/fxjs/cjs_scalewhen.h
@@ -13,8 +13,7 @@ class CJS_ScaleWhen final : public CJS_Object {
public:
static void DefineJSObjects(CFXJS_Engine* pEngine);
- CJS_ScaleWhen(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime);
- ~CJS_ScaleWhen() override;
+ CJS_ScaleWhen() = delete;
private:
static int ObjDefnID;