summaryrefslogtreecommitdiff
path: root/src/LuaTask.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/LuaTask.cc')
-rw-r--r--src/LuaTask.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LuaTask.cc b/src/LuaTask.cc
index acf63b5..80a56f6 100644
--- a/src/LuaTask.cc
+++ b/src/LuaTask.cc
@@ -32,7 +32,7 @@ void Balau::LuaMainTask::stop() {
void Balau::LuaMainTask::Do() {
while (!m_stopping) {
LuaExecCell * cell;
- while ((cell = m_queue.pop(false))) {
+ while ((cell = m_queue.pop())) {
if (dynamic_cast<LuaTaskDummy *>(cell)) {
delete cell;
break;