Update poll.hpp
This commit is contained in:
parent
696470b62d
commit
96ba93c3db
@ -32,8 +32,8 @@ enum class UVPollEvent: std::underlying_type_t<uv_poll_event> {
|
||||
* It will be emitted by PollHandle according with its functionalities.
|
||||
*/
|
||||
struct PollEvent: Event<PollEvent> {
|
||||
explicit PollEvent(Flags<details::UVPollEvent> _flags) noexcept
|
||||
: flags{std::move(_flags)}
|
||||
explicit PollEvent(Flags<details::UVPollEvent> events) noexcept
|
||||
: flags{std::move(events)}
|
||||
{}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user