summaryrefslogtreecommitdiff
path: root/src/node_worker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_worker.h')
-rw-r--r--src/node_worker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_worker.h b/src/node_worker.h
index 68848c8599..dad0713fd9 100644
--- a/src/node_worker.h
+++ b/src/node_worker.h
@@ -18,7 +18,7 @@ class Worker : public AsyncWrap {
v8::Local<v8::Object> wrap,
const std::string& url,
std::shared_ptr<PerIsolateOptions> per_isolate_opts);
- ~Worker();
+ ~Worker() override;
// Run the worker. This is only called from the worker thread.
void Run();