aboutsummaryrefslogtreecommitdiffstats
path: root/src/event/PollGroupWinSelect.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/event/PollGroupWinSelect.hxx')
-rw-r--r--src/event/PollGroupWinSelect.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/event/PollGroupWinSelect.hxx b/src/event/PollGroupWinSelect.hxx
index 722d06f52..827dc9989 100644
--- a/src/event/PollGroupWinSelect.hxx
+++ b/src/event/PollGroupWinSelect.hxx
@@ -96,8 +96,8 @@ public:
static constexpr unsigned ERROR = 0;
static constexpr unsigned HANGUP = 0;
- PollGroupWinSelect() { }
- ~PollGroupWinSelect() { }
+ PollGroupWinSelect();
+ ~PollGroupWinSelect();
void ReadEvents(PollResultGeneric &result, int timeout_ms);
bool Add(int fd, unsigned events, void *obj);