summaryrefslogtreecommitdiffstats
path: root/src/uscxml/transform
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2016-06-13 14:06:17 (GMT)
committerStefan Radomski <github@mintwerk.de>2016-06-13 14:06:17 (GMT)
commita17466eefe7576a2c56b8a46ff03e359c04ad5ae (patch)
tree6d4a86ad73c1cbe6fed90b83d868692f65a5548c /src/uscxml/transform
parentd6602a2aab1dc00663bd64759f12935283b58076 (diff)
downloaduscxml-a17466eefe7576a2c56b8a46ff03e359c04ad5ae.zip
uscxml-a17466eefe7576a2c56b8a46ff03e359c04ad5ae.tar.gz
uscxml-a17466eefe7576a2c56b8a46ff03e359c04ad5ae.tar.bz2
addendum to issue84 fix for swig
Diffstat (limited to 'src/uscxml/transform')
-rw-r--r--src/uscxml/transform/ChartToC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/transform/ChartToC.cpp b/src/uscxml/transform/ChartToC.cpp
index d7537ea..b76d4da 100644
--- a/src/uscxml/transform/ChartToC.cpp
+++ b/src/uscxml/transform/ChartToC.cpp
@@ -73,7 +73,7 @@ void ChartToC::setHistoryCompletion() {
std::list<DOMElement*> covered;
std::list<DOMElement*> perParentcovered;
- DOMNode* parent;
+ DOMNode* parent = NULL;
for (auto histIter = histories.begin(); histIter != histories.end(); histIter++) {
DOMElement* history = *histIter;