aboutsummaryrefslogtreecommitdiffstats
path: root/src/event/PollGroupWinSelect.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/event/PollGroupWinSelect.cxx')
-rw-r--r--src/event/PollGroupWinSelect.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/event/PollGroupWinSelect.cxx b/src/event/PollGroupWinSelect.cxx
index 1050ffa8a..b184ff2b2 100644
--- a/src/event/PollGroupWinSelect.cxx
+++ b/src/event/PollGroupWinSelect.cxx
@@ -31,6 +31,9 @@ static inline bool HasEvent(unsigned events, int event_id)
return (events & (1 << event_id)) != 0;
}
+PollGroupWinSelect::PollGroupWinSelect() { }
+PollGroupWinSelect::~PollGroupWinSelect() { }
+
bool PollGroupWinSelect::CanModify(PollGroupWinSelect::Item &item,
unsigned events, int event_id)
{