[*] You stupid fuck. How was this not committed?

This commit is contained in:
Reece Wilson 2024-05-27 20:56:47 +01:00
parent efa26dd99d
commit 78d4ce3d58

View File

@ -20,7 +20,8 @@ namespace Aurora::Async
AuUInt64 uInterval) : AuUInt64 uInterval) :
WorkItem(owner, worker, {}), WorkItem(owner, worker, {}),
uNextTickTime(uNextTickTime), uNextTickTime(uNextTickTime),
uInterval(uInterval) uInterval(uInterval),
pCallback(pCallback)
{ {
} }