Skip to content

Commit 096bd53

Browse files
cjihriggibfahn
authored andcommitted
src: fix compiler warning
This commit fixes a -Winconsistent-missing-override warning. PR-URL: #17195 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 56c9069 commit 096bd53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_http2.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ class Http2Stream : public AsyncWrap,
554554
int ReadStop() override;
555555

556556
// Required for StreamBase
557-
int DoShutdown(ShutdownWrap* req_wrap);
557+
int DoShutdown(ShutdownWrap* req_wrap) override;
558558

559559
// Initiate a response on this stream.
560560
inline int SubmitResponse(nghttp2_nv* nva,

0 commit comments

Comments
 (0)