summaryrefslogtreecommitdiffstats
path: root/src/uscxml/interpreter/MicroStep.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/interpreter/MicroStep.h')
-rw-r--r--src/uscxml/interpreter/MicroStep.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uscxml/interpreter/MicroStep.h b/src/uscxml/interpreter/MicroStep.h
index c20e994..a8ea4f0 100644
--- a/src/uscxml/interpreter/MicroStep.h
+++ b/src/uscxml/interpreter/MicroStep.h
@@ -33,7 +33,7 @@
// forward declare
namespace XERCESC_NS {
- class DOMElement;
+class DOMElement;
}
namespace uscxml {
@@ -48,7 +48,7 @@ class USCXML_API MicroStep {
public:
PIMPL_OPERATORS(MicroStep);
- virtual InterpreterState step(bool blocking);
+ virtual InterpreterState step(size_t blockMs);
virtual void reset();
virtual bool isInState(const std::string& stateId);