summaryrefslogtreecommitdiffstats
path: root/src/uscxml
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2016-12-24 10:54:32 (GMT)
committerStefan Radomski <github@mintwerk.de>2016-12-24 10:54:32 (GMT)
commit956d81fb50a2717a5b56a9643e87c1db1e2d0661 (patch)
treeb9cdbb18436706bd7d282c105b2f330096a0fb69 /src/uscxml
parentcbb57aadbfe11269297c36f578d4a440a3602436 (diff)
parent6c4bc708593d5532b0fbf970646edf9b5bca849a (diff)
downloaduscxml-956d81fb50a2717a5b56a9643e87c1db1e2d0661.zip
uscxml-956d81fb50a2717a5b56a9643e87c1db1e2d0661.tar.gz
uscxml-956d81fb50a2717a5b56a9643e87c1db1e2d0661.tar.bz2
Merge branch 'master' of github.com:tklab-tud/uscxml
Diffstat (limited to 'src/uscxml')
-rw-r--r--src/uscxml/messages/Data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uscxml/messages/Data.h b/src/uscxml/messages/Data.h
index cee5afd..2cf1945 100644
--- a/src/uscxml/messages/Data.h
+++ b/src/uscxml/messages/Data.h
@@ -60,6 +60,7 @@ public:
}
}
+ explicit Data(XERCESC_NS::DOMNode* node_) : node(node_) {}
// template <typename T> Data(T value, Type type = INTERPRETED) : atom(toStr(value)), type(type) {}
// we will have to drop this constructor as it interferes with operator Data() and requires C++11