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, 1 insertions, 1 deletions
diff --git a/src/uscxml/Message.h b/src/uscxml/Message.h
index 19adf99..ae88225 100644
--- a/src/uscxml/Message.h
+++ b/src/uscxml/Message.h
@@ -28,7 +28,7 @@ public:
Data() {}
Data(const std::string& atom_, Type type_ = INTERPRETED) : atom(atom_), type(type_) {}
- Data(const Arabica::DOM::Node<std::string>& dom);
+ explicit Data(const Arabica::DOM::Node<std::string>& dom);
virtual ~Data() {}
static Data fromJSON(const std::string& jsonString);