summaryrefslogtreecommitdiffstats
path: root/src/uscxml/interpreter/MicroStep.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/interpreter/MicroStep.cpp')
-rw-r--r--src/uscxml/interpreter/MicroStep.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uscxml/interpreter/MicroStep.cpp b/src/uscxml/interpreter/MicroStep.cpp
index aa75c91..2876be5 100644
--- a/src/uscxml/interpreter/MicroStep.cpp
+++ b/src/uscxml/interpreter/MicroStep.cpp
@@ -22,8 +22,8 @@
namespace uscxml {
-InterpreterState MicroStep::step(bool blocking) {
- return _impl->step(blocking);
+InterpreterState MicroStep::step(size_t blockMs) {
+ return _impl->step(blockMs);
}
void MicroStep::reset() {
return _impl->reset();