summaryrefslogtreecommitdiff
path: root/includes/LuaTask.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/LuaTask.h')
-rw-r--r--includes/LuaTask.h2
1 files changed, 1 insertions, 1 deletions
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<LuaExecCell> m_queue;
+ TQueue<LuaExecCell> m_queue;
volatile bool m_stopping;
friend class LuaExecCell;
};