summaryrefslogtreecommitdiff
path: root/fxjs/cjs_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/cjs_event.h')
-rw-r--r--fxjs/cjs_event.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fxjs/cjs_event.h b/fxjs/cjs_event.h
index 4ae5fa234f..fa8c40b5ee 100644
--- a/fxjs/cjs_event.h
+++ b/fxjs/cjs_event.h
@@ -79,8 +79,8 @@ class CJS_Event : public CJS_Object {
public:
static void DefineJSObjects(CFXJS_Engine* pEngine);
- explicit CJS_Event(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {}
- ~CJS_Event() override {}
+ explicit CJS_Event(v8::Local<v8::Object> pObject);
+ ~CJS_Event() override = default;
JS_STATIC_PROP(change, change, event);
JS_STATIC_PROP(changeEx, change_ex, event);