summaryrefslogtreecommitdiffstats
path: root/src/uscxml/transform/ChartToC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/transform/ChartToC.cpp')
-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;