summaryrefslogtreecommitdiffstats
path: root/test/src/test-stress.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/test-stress.cpp')
-rw-r--r--test/src/test-stress.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/test-stress.cpp b/test/src/test-stress.cpp
index 4091dea..87000c8 100644
--- a/test/src/test-stress.cpp
+++ b/test/src/test-stress.cpp
@@ -17,7 +17,7 @@ int startedAt;
int lastTransitionAt;
class StatusMonitor : public uscxml::InterpreterMonitor {
- void beforeTakingTransition(uscxml::InterpreterImpl* impl, const XERCESC_NS::DOMElement* transition) {
+ void beforeTakingTransition(uscxml::Interpreter& interpreter, const XERCESC_NS::DOMElement* transition) {
lastTransitionAt = time(NULL);
}