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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/uscxml/Message.h b/src/uscxml/Message.h
index 242547a..bdb9498 100644
--- a/src/uscxml/Message.h
+++ b/src/uscxml/Message.h
@@ -98,6 +98,8 @@ public:
return operator[](key.c_str());
}
+ void merge(const Data& other);
+
const Data operator[](const char* key) const {
if (hasKey(key))
return compound.at(key);