summaryrefslogtreecommitdiffstats
path: root/src/uscxml/Message.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/Message.h')
-rw-r--r--src/uscxml/Message.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uscxml/Message.h b/src/uscxml/Message.h
index 547c6c9..6b84923 100644
--- a/src/uscxml/Message.h
+++ b/src/uscxml/Message.h
@@ -166,6 +166,7 @@ public:
protected:
#endif
+ Arabica::DOM::Node<std::string> node;
std::map<std::string, Data> compound;
std::list<Data> array;
std::string atom;