diff --git a/Queue.h b/Queue.h index 3bd79edd..f98d7178 100644 --- a/Queue.h +++ b/Queue.h @@ -142,8 +142,8 @@ namespace util private: volatile bool m_IsRunning; - std::thread m_Thread; OnEmpty m_OnEmpty; + std::thread m_Thread; }; } }