summaryrefslogtreecommitdiff
path: root/fxjs/cjs_border.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/cjs_border.cpp')
-rw-r--r--fxjs/cjs_border.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/fxjs/cjs_border.cpp b/fxjs/cjs_border.cpp
index 95693f4c39..77d527d75d 100644
--- a/fxjs/cjs_border.cpp
+++ b/fxjs/cjs_border.cpp
@@ -21,3 +21,8 @@ void CJS_Border::DefineJSObjects(CFXJS_Engine* pEngine) {
pEngine->DefineObj("border", FXJSOBJTYPE_STATIC, nullptr, nullptr);
DefineConsts(pEngine, ObjDefnID, ConstSpecs, FX_ArraySize(ConstSpecs));
}
+
+CJS_Border::CJS_Border(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime)
+ : CJS_Object(pObject, pRuntime) {}
+
+CJS_Border::~CJS_Border() = default;