Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

Commit 33951a6

Browse files
committed
fixup! dgram: make UDPWrap more reusable
1 parent 5453076 commit 33951a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/udp_wrap.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class UDPWrap final : public HandleWrap,
151151
void OnRecv(ssize_t nread,
152152
const uv_buf_t& buf,
153153
const sockaddr* addr,
154-
unsigned int flags);
154+
unsigned int flags) override;
155155
ReqWrap<uv_udp_send_t>* CreateSendWrap(size_t msg_size) override;
156156
void OnSendDone(ReqWrap<uv_udp_send_t>* wrap, int status) override;
157157

0 commit comments

Comments
 (0)