Fixed error.

This commit is contained in:
Branimir Karadžić 2014-03-16 16:58:22 -07:00
parent 9a20f4ff31
commit aa9f65e377

View file

@ -13,6 +13,7 @@ namespace entry
{ {
const Event* poll() const Event* poll()
{ {
return NULL;
} }
void release(const Event* /*_event*/) void release(const Event* /*_event*/)