Skip to content

Commit

Permalink
stream_base: lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny committed Feb 9, 2016
1 parent 2724702 commit 6807dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stream_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class StreamResource {

StreamResource() {
}
~StreamResource();
virtual ~StreamResource();

virtual int DoShutdown(ShutdownWrap* req_wrap) = 0;
virtual int DoTryWrite(uv_buf_t** bufs, size_t* count);
Expand Down

0 comments on commit 6807dc1

Please sign in to comment.