197c197
< : ClockedObject(p), stepEvent(this), _step(p->step)
---
> : ClockedObject(p), stepEvent([this]{ doStep(); }, name()), _step(p->step)