summaryrefslogtreecommitdiffstats
path: root/src/uscxml/Interpreter.h
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2017-01-23 16:58:06 (GMT)
committerStefan Radomski <github@mintwerk.de>2017-01-23 16:58:06 (GMT)
commit69247ac083836cfae493e0d220c5faf3818c0bf9 (patch)
treea63e584f7d3731ccaccb6ce02f844ea2b46f4cb9 /src/uscxml/Interpreter.h
parentef66cbbaf07bd1ac661f9a9622dcdaf6851ca6ba (diff)
downloaduscxml-69247ac083836cfae493e0d220c5faf3818c0bf9.zip
uscxml-69247ac083836cfae493e0d220c5faf3818c0bf9.tar.gz
uscxml-69247ac083836cfae493e0d220c5faf3818c0bf9.tar.bz2
Introduced InvokerCallbacks
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 c74736e..806a0fc 100644
--- a/src/uscxml/Interpreter.h
+++ b/src/uscxml/Interpreter.h
@@ -58,7 +58,7 @@ public:
ContentExecutor execContent; ///< To process executable content elements
EventQueue internalQueue; ///< The queue where internal events will be enqueued
EventQueue externalQueue; ///< The queue for external events
- DelayedEventQueue delayedQueue; ///< The queue for delayed events
+ DelayedEventQueue delayQueue; ///< The queue for delayed events
};
/**