|
@@ -21,7 +21,7 @@ class ObjectTemplateBuilder {
|
|
|
public:
|
|
|
ObjectTemplateBuilder(v8::Isolate* isolate,
|
|
|
v8::Local<v8::ObjectTemplate> templ);
|
|
|
- ~ObjectTemplateBuilder();
|
|
|
+ ~ObjectTemplateBuilder() = default;
|
|
|
|
|
|
// It's against Google C++ style to return a non-const ref, but we take some
|
|
|
// poetic license here in order that all calls to Set() can be via the '.'
|