summaryrefslogtreecommitdiffstats
path: root/src/uscxml/Interpreter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/Interpreter.h')
-rw-r--r--src/uscxml/Interpreter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/Interpreter.h b/src/uscxml/Interpreter.h
index ae1268f..1596914 100644
--- a/src/uscxml/Interpreter.h
+++ b/src/uscxml/Interpreter.h
@@ -160,7 +160,7 @@ public:
*
* @todo Have Interpreter::step() take a duration to block
*/
- InterpreterState step(bool blocking = false);
+ InterpreterState step(bool blocking = true);
/**
* Unblock and mark for finalize.