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 5f6703e..c444cad 100644
--- a/src/uscxml/Message.h
+++ b/src/uscxml/Message.h
@@ -81,6 +81,7 @@ public:
}
}
template <typename T> Data(T value) : atom(toStr(value)), type(INTERPRETED) {}
+ template <typename T> Data(T value, Type type_) : atom(toStr(value)), type(type_) {}
explicit Data(const Arabica::DOM::Node<std::string>& dom);
virtual ~Data() {}