summaryrefslogtreecommitdiff
path: root/src/stream_pipe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream_pipe.h')
-rw-r--r--src/stream_pipe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stream_pipe.h b/src/stream_pipe.h
index 061ad9842e..0e15500610 100644
--- a/src/stream_pipe.h
+++ b/src/stream_pipe.h
@@ -12,7 +12,7 @@ class StreamPipe : public AsyncWrap {
StreamPipe(StreamBase* source, StreamBase* sink, v8::Local<v8::Object> obj);
~StreamPipe() override;
- void Unpipe();
+ void Unpipe(bool is_in_deletion = false);
static void New(const v8::FunctionCallbackInfo<v8::Value>& args);
static void Start(const v8::FunctionCallbackInfo<v8::Value>& args);