diff --git a/src/ll/api/thread/TickSyncSleep.h b/src/ll/api/thread/TickSyncSleep.h index b3c2c90adf..30dce2e398 100644 --- a/src/ll/api/thread/TickSyncSleep.h +++ b/src/ll/api/thread/TickSyncSleep.h @@ -7,7 +7,7 @@ #include "ll/api/chrono/GameChrono.h" -namespace ll::chrono { +namespace ll::thread { template class TickSyncSleep; @@ -15,8 +15,8 @@ namespace detail { LLETAPI std::mutex listMutex; LLETAPI std::atomic_size_t tickListSize; LLETAPI std::vector>, - std::reference_wrapper>>> + std::reference_wrapper>, + std::reference_wrapper>>> tickList; LLAPI void notify(); }; // namespace detail