From 1003cc9bf9b39eb99aea16f840f51f12d885e952 Mon Sep 17 00:00:00 2001 From: Denis Krjuchkov Date: Tue, 3 Dec 2013 11:41:36 +0600 Subject: PollGroupWinSelect: uninline constructor and destructor --- src/event/PollGroupWinSelect.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/event/PollGroupWinSelect.cxx') 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) { -- cgit v1.2.3