summaryrefslogtreecommitdiffstats
path: root/src/uscxml/interpreter
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/interpreter')
-rw-r--r--src/uscxml/interpreter/InterpreterDraft6.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/interpreter/InterpreterDraft6.cpp b/src/uscxml/interpreter/InterpreterDraft6.cpp
index 0c82f8b..aa09b53 100644
--- a/src/uscxml/interpreter/InterpreterDraft6.cpp
+++ b/src/uscxml/interpreter/InterpreterDraft6.cpp
@@ -246,7 +246,7 @@ void InterpreterDraft6::mainEventLoop() {
#if VERBOSE
std::cout << "Received externalEvent event " << _currEvent.name << std::endl;
#endif
- _currEvent.type = Event::EXTERNAL; // make sure it is set to external
+ _currEvent.eventType = Event::EXTERNAL; // make sure it is set to external
if (!_running)
goto EXIT_INTERPRETER;