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 bab0ebc..365289f 100644
--- a/src/uscxml/Interpreter.h
+++ b/src/uscxml/Interpreter.h
@@ -166,7 +166,7 @@ public:
* @param blockMs The maximum duration in milli-seconds to wait for an event to become available.
* @return The new state of the interpreter object.
*/
- InterpreterState step(size_t blockMs = std::numeric_limits<size_t>::max());
+ InterpreterState step(size_t blockMs = (std::numeric_limits<size_t>::max)());
/**
* Unblock and mark for finalize.