diff options
Diffstat (limited to 'src/event')
-rw-r--r-- | src/event/PollGroupWinSelect.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/event/PollGroupWinSelect.hxx b/src/event/PollGroupWinSelect.hxx index 827dc9989..7a6d12d8a 100644 --- a/src/event/PollGroupWinSelect.hxx +++ b/src/event/PollGroupWinSelect.hxx @@ -90,6 +90,8 @@ class PollGroupWinSelect bool CanModify(Item &item, unsigned events, int event_id); void Modify(Item &item, int fd, unsigned events, int event_id); + PollGroupWinSelect(PollGroupWinSelect &) = delete; + PollGroupWinSelect &operator=(PollGroupWinSelect &) = delete; public: static constexpr unsigned READ = 1; static constexpr unsigned WRITE = 2; |