src: fix compiler warning
This commit fixes a -Winconsistent-missing-override warning. PR-URL: https://github.com/nodejs/node/pull/17195 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
6a87cac550
commit
bb31a1689f
@ -555,7 +555,7 @@ class Http2Stream : public AsyncWrap,
|
||||
int ReadStop() override;
|
||||
|
||||
// Required for StreamBase
|
||||
int DoShutdown(ShutdownWrap* req_wrap);
|
||||
int DoShutdown(ShutdownWrap* req_wrap) override;
|
||||
|
||||
// Initiate a response on this stream.
|
||||
inline int SubmitResponse(nghttp2_nv* nva,
|
||||
|
Loading…
x
Reference in New Issue
Block a user