diff --git a/src/uvw/udp.h b/src/uvw/udp.h index 9bd221ef..60420573 100644 --- a/src/uvw/udp.h +++ b/src/uvw/udp.h @@ -119,9 +119,7 @@ public: using IPv4 = uvw::IPv4; using IPv6 = uvw::IPv6; - using Handle::Handle; - - explicit UDPHandle(ConstructorAccess ca, std::shared_ptr ref, unsigned int f); + explicit UDPHandle(ConstructorAccess ca, std::shared_ptr ref, unsigned int f = {}); /** * @brief Initializes the handle. The actual socket is created lazily.