We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
diff --git a/hoot-js/src/main/cpp/hoot/js/visitors/JsFunctionVisitor.h b/hoot-js/src/main/cpp/hoot/js/visitors/JsFunctionVisitor.h index 8acbb45..dc0d3a0 100644 --- a/hoot-js/src/main/cpp/hoot/js/visitors/JsFunctionVisitor.h +++ b/hoot-js/src/main/cpp/hoot/js/visitors/JsFunctionVisitor.h @@ -47,6 +47,7 @@ public: static std::string className() { return "hoot::JsFunctionVisitor"; } JsFunctionVisitor() : _map(0) {} + virtual ~JsFunctionVisitor() = default; virtual void addFunction(v8::Isolate* isolate, v8::Local<v8::Function>& func) { _func.Reset(isolate, func); }
There was an error while loading. Please reload this page.