141c141
< sendEvent->schedule(time <= curTick ? curTick+1 : time);
---
> schedule(sendEvent, time <= curTick ? curTick+1 : time);