From 532f3e7bae955f8da4c2028bc462134ed10ff414 Mon Sep 17 00:00:00 2001 From: Pixel Date: Tue, 3 Apr 2012 09:30:58 -0700 Subject: Slightly more change to the Queue system, so Debug mode doesn't freak pout. --- includes/LuaTask.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/LuaTask.h') diff --git a/includes/LuaTask.h b/includes/LuaTask.h index ee9d7a7..5058578 100644 --- a/includes/LuaTask.h +++ b/includes/LuaTask.h @@ -60,7 +60,7 @@ class LuaMainTask : public Task { void exec(LuaExecCell * cell); virtual void Do(); Lua L; - Queue m_queue; + TQueue m_queue; volatile bool m_stopping; friend class LuaExecCell; }; -- cgit v1.2.3