36a37,38
> class EventQueue;
>
48c50
< void SetupEvent(int flags, Tick when, Tick repeat = 0);
---
> void SetupEvent(int flags, Tick when, Tick repeat = 0, EventQueue *queue = NULL);