summaryrefslogtreecommitdiff
path: root/src/module_wrap.h
diff options
context:
space:
mode:
authorgengjiawen <technicalcute@gmail.com>2019-02-14 23:12:43 +0800
committerDaniel Bevenius <daniel.bevenius@gmail.com>2019-02-18 05:43:22 +0100
commitc3d889182b0c958e922aec96e3aab43766884536 (patch)
treedf09fb66d061fb80a25e51b9d66a92cd3661eac2 /src/module_wrap.h
parent77b39c2eb2c9fe437d0e09e3e7682564d815c7fb (diff)
downloadnode-new-c3d889182b0c958e922aec96e3aab43766884536.tar.gz
src: apply clang-tidy rule modernize-use-override
PR-URL: https://github.com/nodejs/node/pull/26103 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'src/module_wrap.h')
-rw-r--r--src/module_wrap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/module_wrap.h b/src/module_wrap.h
index 6d231631d6..372e02bc5d 100644
--- a/src/module_wrap.h
+++ b/src/module_wrap.h
@@ -61,7 +61,7 @@ class ModuleWrap : public BaseObject {
v8::Local<v8::Object> object,
v8::Local<v8::Module> module,
v8::Local<v8::String> url);
- ~ModuleWrap();
+ ~ModuleWrap() override;
static void New(const v8::FunctionCallbackInfo<v8::Value>& args);
static void Link(const v8::FunctionCallbackInfo<v8::Value>& args);