From e89938e9df1d40a8f30485d19bd2787671718599 Mon Sep 17 00:00:00 2001 From: orignal Date: Sun, 7 Dec 2014 12:54:35 -0500 Subject: [PATCH] fixed crash at startup --- Queue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; } }